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