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 file (JSON) 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, for example, 3.2.-
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 file (JSON) is a text file that describes your Amazon Web Services resources. For an example, review Launch your landing zone. The example manifest file contains each of the available parameters. The schema for the landing zone's JSON manifest file is not published, by design.
- Parameters:
manifest- The manifest file (JSON) is a text file that describes your Amazon Web Services resources. For an example, review Launch your landing zone. The example manifest file contains each of the available parameters. The schema for the landing zone's JSON manifest file is not published, by design.- 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, for example, 3.2.
- Parameters:
version- The landing zone version, for example, 3.2.- 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
-
-