public static interface ListGatewaysRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<ListGatewaysRequest.Builder,ListGatewaysRequest>
Modifier and Type | Method and Description |
---|---|
ListGatewaysRequest.Builder |
gatewayGroupArn(String gatewayGroupArn)
The gateway group ARN for which to list gateways.
|
ListGatewaysRequest.Builder |
maxResults(Integer maxResults)
The maximum number of gateway summaries to return.
|
ListGatewaysRequest.Builder |
nextToken(String nextToken)
The token used to paginate though multiple pages of gateway summaries.
|
ListGatewaysRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListGatewaysRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListGatewaysRequest.Builder gatewayGroupArn(String gatewayGroupArn)
The gateway group ARN for which to list gateways.
gatewayGroupArn
- The gateway group ARN for which to list gateways.ListGatewaysRequest.Builder nextToken(String nextToken)
The token used to paginate though multiple pages of gateway summaries.
nextToken
- The token used to paginate though multiple pages of gateway summaries.ListGatewaysRequest.Builder maxResults(Integer maxResults)
The maximum number of gateway summaries to return. The default is 50.
maxResults
- The maximum number of gateway summaries to return. The default is 50.ListGatewaysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListGatewaysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.