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) |
ListGatewaysRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGatewaysRequest.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)
overrideConfiguration in interface AwsRequest.BuilderListGatewaysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.