Class CfnDeploymentMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.launchwizard.CfnDeploymentMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeploymentMixinProps>
- Enclosing interface:
CfnDeploymentMixinProps
@Stability(Stable)
public static final class CfnDeploymentMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeploymentMixinProps>
A builder for
CfnDeploymentMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.deploymentPatternName(String deploymentPatternName) Sets the value ofCfnDeploymentMixinProps.getDeploymentPatternName()Sets the value ofCfnDeploymentMixinProps.getName()specifications(Map<String, String> specifications) Sets the value ofCfnDeploymentMixinProps.getSpecifications()specifications(IResolvable specifications) Sets the value ofCfnDeploymentMixinProps.getSpecifications()Sets the value ofCfnDeploymentMixinProps.getTags()workloadName(String workloadName) Sets the value ofCfnDeploymentMixinProps.getWorkloadName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
deploymentPatternName
@Stability(Stable) public CfnDeploymentMixinProps.Builder deploymentPatternName(String deploymentPatternName) Sets the value ofCfnDeploymentMixinProps.getDeploymentPatternName()- Parameters:
deploymentPatternName- The name of the deployment pattern.- Returns:
this
-
name
Sets the value ofCfnDeploymentMixinProps.getName()- Parameters:
name- The name of the deployment.- Returns:
this
-
specifications
@Stability(Stable) public CfnDeploymentMixinProps.Builder specifications(Map<String, String> specifications) Sets the value ofCfnDeploymentMixinProps.getSpecifications()- Parameters:
specifications- The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see SAP deployment specifications . To retrieve the specifications required to create a deployment for other workloads, use theGetWorkloadDeploymentPatternoperation.- Returns:
this
-
specifications
@Stability(Stable) public CfnDeploymentMixinProps.Builder specifications(IResolvable specifications) Sets the value ofCfnDeploymentMixinProps.getSpecifications()- Parameters:
specifications- The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see SAP deployment specifications . To retrieve the specifications required to create a deployment for other workloads, use theGetWorkloadDeploymentPatternoperation.- Returns:
this
-
tags
Sets the value ofCfnDeploymentMixinProps.getTags()- Parameters:
tags- Information about the tags attached to a deployment.- Returns:
this
-
workloadName
Sets the value ofCfnDeploymentMixinProps.getWorkloadName()- Parameters:
workloadName- The name of the workload.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeploymentMixinProps>- Returns:
- a new instance of
CfnDeploymentMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-