public static interface ListDomainsRequest.Builder extends SimpleDbRequest.Builder, CopyableBuilder<ListDomainsRequest.Builder,ListDomainsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDomainsRequest.Builder |
maxNumberOfDomains(Integer maxNumberOfDomains)
The maximum number of domain names you want returned.
|
ListDomainsRequest.Builder |
nextToken(String nextToken)
A string informing Amazon SimpleDB where to start the next list of domain names.
|
ListDomainsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListDomainsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListDomainsRequest.Builder maxNumberOfDomains(Integer maxNumberOfDomains)
maxNumberOfDomains - The maximum number of domain names you want returned. The range is 1 to 100. The default setting is
100.ListDomainsRequest.Builder nextToken(String nextToken)
nextToken - A string informing Amazon SimpleDB where to start the next list of domain names.ListDomainsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListDomainsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.