Interface ApplicationDPUSizes.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ApplicationDPUSizes.Builder,
,ApplicationDPUSizes> SdkBuilder<ApplicationDPUSizes.Builder,
,ApplicationDPUSizes> SdkPojo
- Enclosing class:
ApplicationDPUSizes
@Mutable
@NotThreadSafe
public static interface ApplicationDPUSizes.Builder
extends SdkPojo, CopyableBuilder<ApplicationDPUSizes.Builder,ApplicationDPUSizes>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationRuntimeId
(String applicationRuntimeId) The name of the supported application runtime (for example,Athena notebook version 1
).supportedDPUSizes
(Integer... supportedDPUSizes) A list of the supported DPU sizes that the application runtime supports.supportedDPUSizes
(Collection<Integer> supportedDPUSizes) A list of the supported DPU sizes that the application runtime supports.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
applicationRuntimeId
The name of the supported application runtime (for example,
Athena notebook version 1
).- Parameters:
applicationRuntimeId
- The name of the supported application runtime (for example,Athena notebook version 1
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedDPUSizes
A list of the supported DPU sizes that the application runtime supports.
- Parameters:
supportedDPUSizes
- A list of the supported DPU sizes that the application runtime supports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedDPUSizes
A list of the supported DPU sizes that the application runtime supports.
- Parameters:
supportedDPUSizes
- A list of the supported DPU sizes that the application runtime supports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-