Class CfnDeployment.Builder
java.lang.Object
software.amazon.awscdk.services.launchwizard.CfnDeployment.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeployment>
- Enclosing class:
CfnDeployment
@Stability(Stable)
public static final class CfnDeployment.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeployment>
A fluent builder for
CfnDeployment
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnDeployment.Builder
deploymentPatternName
(String deploymentPatternName) The name of the deployment pattern.The name of the deployment.specifications
(Map<String, String> specifications) The settings specified for the deployment.specifications
(IResolvable specifications) The settings specified for the deployment.Information about the tags attached to a deployment.workloadName
(String workloadName) The name of the workload.
-
Method Details
-
create
@Stability(Stable) public static CfnDeployment.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnDeployment.Builder
.
-
deploymentPatternName
The name of the deployment pattern.- Parameters:
deploymentPatternName
- The name of the deployment pattern. This parameter is required.- Returns:
this
- See Also:
-
name
The name of the deployment.- Parameters:
name
- The name of the deployment. This parameter is required.- Returns:
this
- See Also:
-
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 the
GetWorkloadDeploymentPattern
operation.- Parameters:
specifications
- The settings specified for the deployment. This parameter is required.- Returns:
this
- See Also:
-
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 the
GetWorkloadDeploymentPattern
operation.- Parameters:
specifications
- The settings specified for the deployment. This parameter is required.- Returns:
this
- See Also:
-
workloadName
The name of the workload.- Parameters:
workloadName
- The name of the workload. This parameter is required.- Returns:
this
- See Also:
-
tags
Information about the tags attached to a deployment.- Parameters:
tags
- Information about the tags attached to a deployment. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDeployment>
- Returns:
- a newly built instance of
CfnDeployment
.
-