Interface GetLandingZoneRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ControlTowerRequest.Builder,CopyableBuilder<GetLandingZoneRequest.Builder,GetLandingZoneRequest>,SdkBuilder<GetLandingZoneRequest.Builder,GetLandingZoneRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetLandingZoneRequest
public static interface GetLandingZoneRequest.Builder extends ControlTowerRequest.Builder, SdkPojo, CopyableBuilder<GetLandingZoneRequest.Builder,GetLandingZoneRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetLandingZoneRequest.BuilderlandingZoneIdentifier(String landingZoneIdentifier)The unique identifier of the landing zone.GetLandingZoneRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLandingZoneRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
GetLandingZoneRequest.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.
-
overrideConfiguration
GetLandingZoneRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetLandingZoneRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-