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