public static interface ListGatewaysRequest.Builder extends BackupGatewayRequest.Builder, SdkPojo, CopyableBuilder<ListGatewaysRequest.Builder,ListGatewaysRequest>
| Modifier and Type | Method and Description |
|---|---|
ListGatewaysRequest.Builder |
maxResults(Integer maxResults)
The maximum number of gateways to list.
|
ListGatewaysRequest.Builder |
nextToken(String nextToken)
The next item following a partial list of returned resources.
|
ListGatewaysRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGatewaysRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGatewaysRequest.Builder maxResults(Integer maxResults)
The maximum number of gateways to list.
maxResults - The maximum number of gateways to list.ListGatewaysRequest.Builder nextToken(String nextToken)
The next item following a partial list of returned resources. For example, if a request is made to return
MaxResults number of resources, NextToken allows you to return more items in your
list starting at the location pointed to by the next token.
nextToken - The next item following a partial list of returned resources. For example, if a request is made to
return MaxResults number of resources, NextToken allows you to return more
items in your list starting at the location pointed to by the next token.ListGatewaysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListGatewaysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.