Interface ListLandingZonesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ControlTowerRequest.Builder,CopyableBuilder<ListLandingZonesRequest.Builder,ListLandingZonesRequest>,SdkBuilder<ListLandingZonesRequest.Builder,ListLandingZonesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListLandingZonesRequest
public static interface ListLandingZonesRequest.Builder extends ControlTowerRequest.Builder, SdkPojo, CopyableBuilder<ListLandingZonesRequest.Builder,ListLandingZonesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLandingZonesRequest.BuildermaxResults(Integer maxResults)The maximum number of returned landing zone ARNs.ListLandingZonesRequest.BuildernextToken(String nextToken)The token to continue the list from a previous API call with the same parameters.ListLandingZonesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLandingZonesRequest.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
-
maxResults
ListLandingZonesRequest.Builder maxResults(Integer maxResults)
The maximum number of returned landing zone ARNs.
- Parameters:
maxResults- The maximum number of returned landing zone ARNs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListLandingZonesRequest.Builder nextToken(String nextToken)
The token to continue the list from a previous API call with the same parameters.
- Parameters:
nextToken- The token to continue the list from a previous API call with the same parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListLandingZonesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListLandingZonesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-