Interface InstanceRequirements.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceRequirements.Builder,,InstanceRequirements> SdkBuilder<InstanceRequirements.Builder,,InstanceRequirements> SdkPojo
- Enclosing class:
InstanceRequirements
@Mutable
@NotThreadSafe
public static interface InstanceRequirements.Builder
extends SdkPojo, CopyableBuilder<InstanceRequirements.Builder,InstanceRequirements>
-
Method Summary
Modifier and TypeMethodDescriptionallowedInstanceTypes(String... allowedInstanceTypes) The list of allowed instance types.allowedInstanceTypes(Collection<String> allowedInstanceTypes) The list of allowed instance types.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
allowedInstanceTypes
The list of allowed instance types. You can specify up to 30 instance types.
- Parameters:
allowedInstanceTypes- The list of allowed instance types. You can specify up to 30 instance types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedInstanceTypes
The list of allowed instance types. You can specify up to 30 instance types.
- Parameters:
allowedInstanceTypes- The list of allowed instance types. You can specify up to 30 instance types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-