Class CfnLandingZoneMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.controltower.CfnLandingZoneMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLandingZoneMixinProps>
- Enclosing interface:
CfnLandingZoneMixinProps
@Stability(Stable)
public static final class CfnLandingZoneMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLandingZoneMixinProps>
A builder for
CfnLandingZoneMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnLandingZoneMixinProps.getManifest()remediationTypes(List<String> remediationTypes) Sets the value ofCfnLandingZoneMixinProps.getRemediationTypes()Sets the value ofCfnLandingZoneMixinProps.getTags()Sets the value ofCfnLandingZoneMixinProps.getVersion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
manifest
Sets the value ofCfnLandingZoneMixinProps.getManifest()- Parameters:
manifest- The landing zone manifest JSON text file that specifies the landing zone configurations.- Returns:
this
-
remediationTypes
@Stability(Stable) public CfnLandingZoneMixinProps.Builder remediationTypes(List<String> remediationTypes) Sets the value ofCfnLandingZoneMixinProps.getRemediationTypes()- Parameters:
remediationTypes- The types of remediation actions configured for the landing zone, such as automatic drift correction or compliance enforcement.- Returns:
this
-
tags
Sets the value ofCfnLandingZoneMixinProps.getTags()- Parameters:
tags- Tags to be applied to the landing zone.- Returns:
this
-
version
Sets the value ofCfnLandingZoneMixinProps.getVersion()- Parameters:
version- The landing zone's current deployed version.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLandingZoneMixinProps>- Returns:
- a new instance of
CfnLandingZoneMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-