Interface MixedInstanceConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MixedInstanceConfiguration.Builder,,MixedInstanceConfiguration> SdkBuilder<MixedInstanceConfiguration.Builder,,MixedInstanceConfiguration> SdkPojo
- Enclosing class:
MixedInstanceConfiguration
@Mutable
@NotThreadSafe
public static interface MixedInstanceConfiguration.Builder
extends SdkPojo, CopyableBuilder<MixedInstanceConfiguration.Builder,MixedInstanceConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe instance type of the configuration.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
-
type
The instance type of the configuration.
- Parameters:
type- The instance type of the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-