Interface ApplicationDPUSizes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ApplicationDPUSizes.Builder,ApplicationDPUSizes>,SdkBuilder<ApplicationDPUSizes.Builder,ApplicationDPUSizes>,SdkPojo
- Enclosing class:
- ApplicationDPUSizes
public static interface ApplicationDPUSizes.Builder extends SdkPojo, CopyableBuilder<ApplicationDPUSizes.Builder,ApplicationDPUSizes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationDPUSizes.BuilderapplicationRuntimeId(String applicationRuntimeId)The name of the supported application runtime (for example,Athena notebook version 1).ApplicationDPUSizes.BuildersupportedDPUSizes(Integer... supportedDPUSizes)A list of the supported DPU sizes that the application runtime supports.ApplicationDPUSizes.BuildersupportedDPUSizes(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 Detail
-
applicationRuntimeId
ApplicationDPUSizes.Builder applicationRuntimeId(String 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
ApplicationDPUSizes.Builder supportedDPUSizes(Collection<Integer> 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
ApplicationDPUSizes.Builder supportedDPUSizes(Integer... 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.
-
-