Class CfnDomain.DeploymentStrategyOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.opensearchservice.CfnDomain.DeploymentStrategyOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomain.DeploymentStrategyOptionsProperty>
- Enclosing interface:
CfnDomain.DeploymentStrategyOptionsProperty
@Stability(Stable)
public static final class CfnDomain.DeploymentStrategyOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomain.DeploymentStrategyOptionsProperty>
A builder for
CfnDomain.DeploymentStrategyOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.deploymentStrategy(String deploymentStrategy) Sets the value ofCfnDomain.DeploymentStrategyOptionsProperty.getDeploymentStrategy()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
deploymentStrategy
@Stability(Stable) public CfnDomain.DeploymentStrategyOptionsProperty.Builder deploymentStrategy(String deploymentStrategy) Sets the value ofCfnDomain.DeploymentStrategyOptionsProperty.getDeploymentStrategy()- Parameters:
deploymentStrategy- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomain.DeploymentStrategyOptionsProperty>- Returns:
- a new instance of
CfnDomain.DeploymentStrategyOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-