Class CfnLandingZoneProps.Builder
java.lang.Object
software.amazon.awscdk.services.controltower.CfnLandingZoneProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLandingZoneProps>
- Enclosing interface:
CfnLandingZoneProps
@Stability(Stable)
public static final class CfnLandingZoneProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLandingZoneProps>
A builder for
CfnLandingZoneProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnLandingZoneProps.getManifest()Sets the value ofCfnLandingZoneProps.getTags()Sets the value ofCfnLandingZoneProps.getVersion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
manifest
Sets the value ofCfnLandingZoneProps.getManifest()- Parameters:
manifest- The landing zone manifest JSON text file that specifies the landing zone configurations. This parameter is required.- Returns:
this
-
version
Sets the value ofCfnLandingZoneProps.getVersion()- Parameters:
version- The landing zone's current deployed version. This parameter is required.- Returns:
this
-
tags
Sets the value ofCfnLandingZoneProps.getTags()- Parameters:
tags- Tags to be applied to the landing zone.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLandingZoneProps>- Returns:
- a new instance of
CfnLandingZoneProps - Throws:
NullPointerException- if any required attribute was not provided
-