Interface CreateLandingZoneRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ControlTowerRequest.Builder,CopyableBuilder<CreateLandingZoneRequest.Builder,CreateLandingZoneRequest>,SdkBuilder<CreateLandingZoneRequest.Builder,CreateLandingZoneRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateLandingZoneRequest
public static interface CreateLandingZoneRequest.Builder extends ControlTowerRequest.Builder, SdkPojo, CopyableBuilder<CreateLandingZoneRequest.Builder,CreateLandingZoneRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateLandingZoneRequest.Buildermanifest(Document manifest)The manifest.yaml file is a text file that describes your Amazon Web Services resources.CreateLandingZoneRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateLandingZoneRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateLandingZoneRequest.Buildertags(Map<String,String> tags)Tags to be applied to the landing zone.CreateLandingZoneRequest.Builderversion(String version)The landing zone version, for example, 3.0.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.controltower.model.ControlTowerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
manifest
CreateLandingZoneRequest.Builder manifest(Document manifest)
The manifest.yaml file is a text file that describes your Amazon Web Services resources. For examples, review The manifest file.
- Parameters:
manifest- The manifest.yaml file is a text file that describes your Amazon Web Services resources. For examples, review The manifest file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateLandingZoneRequest.Builder tags(Map<String,String> tags)
Tags to be applied to the landing zone.
- Parameters:
tags- Tags to be applied to the landing zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
CreateLandingZoneRequest.Builder version(String version)
The landing zone version, for example, 3.0.
- Parameters:
version- The landing zone version, for example, 3.0.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateLandingZoneRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateLandingZoneRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-