Class DeploymentStrategyReference.Builder
java.lang.Object
software.amazon.awscdk.services.appconfig.DeploymentStrategyReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DeploymentStrategyReference>
- Enclosing interface:
DeploymentStrategyReference
@Stability(Stable)
public static final class DeploymentStrategyReference.Builder
extends Object
implements software.amazon.jsii.Builder<DeploymentStrategyReference>
A builder for
DeploymentStrategyReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.deploymentStrategyId
(String deploymentStrategyId) Sets the value ofDeploymentStrategyReference.getDeploymentStrategyId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
deploymentStrategyId
@Stability(Stable) public DeploymentStrategyReference.Builder deploymentStrategyId(String deploymentStrategyId) Sets the value ofDeploymentStrategyReference.getDeploymentStrategyId()
- Parameters:
deploymentStrategyId
- The Id of the DeploymentStrategy resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<DeploymentStrategyReference>
- Returns:
- a new instance of
DeploymentStrategyReference
- Throws:
NullPointerException
- if any required attribute was not provided
-