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