Interface DeploymentStrategyOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DeploymentStrategyOptions.Builder,,DeploymentStrategyOptions> SdkBuilder<DeploymentStrategyOptions.Builder,,DeploymentStrategyOptions> SdkPojo
- Enclosing class:
DeploymentStrategyOptions
@Mutable
@NotThreadSafe
public static interface DeploymentStrategyOptions.Builder
extends SdkPojo, CopyableBuilder<DeploymentStrategyOptions.Builder,DeploymentStrategyOptions>
-
Method Summary
Modifier and TypeMethodDescriptiondeploymentStrategy(String deploymentStrategy) Specifies the deployment strategy for the domain.deploymentStrategy(DeploymentStrategy deploymentStrategy) Specifies the deployment strategy for the domain.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
-
deploymentStrategy
Specifies the deployment strategy for the domain. Valid values are
DefaultandCapacityOptimized.- Parameters:
deploymentStrategy- Specifies the deployment strategy for the domain. Valid values areDefaultandCapacityOptimized.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deploymentStrategy
Specifies the deployment strategy for the domain. Valid values are
DefaultandCapacityOptimized.- Parameters:
deploymentStrategy- Specifies the deployment strategy for the domain. Valid values areDefaultandCapacityOptimized.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-