Interface UpdateLandingZoneRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ControlTowerRequest.Builder,CopyableBuilder<UpdateLandingZoneRequest.Builder,UpdateLandingZoneRequest>,SdkBuilder<UpdateLandingZoneRequest.Builder,UpdateLandingZoneRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateLandingZoneRequest
public static interface UpdateLandingZoneRequest.Builder extends ControlTowerRequest.Builder, SdkPojo, CopyableBuilder<UpdateLandingZoneRequest.Builder,UpdateLandingZoneRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateLandingZoneRequest.BuilderlandingZoneIdentifier(String landingZoneIdentifier)The unique identifier of the landing zone.UpdateLandingZoneRequest.Buildermanifest(Document manifest)The manifest.yaml file is a text file that describes your Amazon Web Services resources.UpdateLandingZoneRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLandingZoneRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateLandingZoneRequest.Builderversion(String version)The landing zone version.-
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
-
landingZoneIdentifier
UpdateLandingZoneRequest.Builder landingZoneIdentifier(String landingZoneIdentifier)
The unique identifier of the landing zone.
- Parameters:
landingZoneIdentifier- The unique identifier of the landing zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
manifest
UpdateLandingZoneRequest.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.
-
version
UpdateLandingZoneRequest.Builder version(String version)
The landing zone version.
- Parameters:
version- The landing zone version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateLandingZoneRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateLandingZoneRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-