Interface UpdateLandingZoneRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ControlTowerRequest.Builder
,CopyableBuilder<UpdateLandingZoneRequest.Builder,
,UpdateLandingZoneRequest> SdkBuilder<UpdateLandingZoneRequest.Builder,
,UpdateLandingZoneRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateLandingZoneRequest
@Mutable
@NotThreadSafe
public static interface UpdateLandingZoneRequest.Builder
extends ControlTowerRequest.Builder, SdkPojo, CopyableBuilder<UpdateLandingZoneRequest.Builder,UpdateLandingZoneRequest>
-
Method Summary
Modifier and TypeMethodDescriptionlandingZoneIdentifier
(String landingZoneIdentifier) The unique identifier of the landing zone.The manifest file (JSON) is a text file that describes your Amazon Web Services resources.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateLandingZoneRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-