public static interface ListDomainsRequest.Builder extends Route53DomainsRequest.Builder, CopyableBuilder<ListDomainsRequest.Builder,ListDomainsRequest>
Modifier and Type | Method and Description |
---|---|
ListDomainsRequest.Builder |
marker(String marker)
For an initial request for a list of domains, omit this element.
|
ListDomainsRequest.Builder |
maxItems(Integer maxItems)
Number of domains to be returned.
|
ListDomainsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListDomainsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListDomainsRequest.Builder marker(String marker)
For an initial request for a list of domains, omit this element. If the number of domains that are associated
with the current AWS account is greater than the value that you specified for MaxItems
, you can
use Marker
to return additional domains. Get the value of NextPageMarker
from the
previous response, and submit another request that includes the value of NextPageMarker
in the
Marker
element.
Constraints: The marker must match the value specified in the previous request.
marker
- For an initial request for a list of domains, omit this element. If the number of domains that are
associated with the current AWS account is greater than the value that you specified for
MaxItems
, you can use Marker
to return additional domains. Get the value of
NextPageMarker
from the previous response, and submit another request that includes the
value of NextPageMarker
in the Marker
element.
Constraints: The marker must match the value specified in the previous request.
ListDomainsRequest.Builder maxItems(Integer maxItems)
Number of domains to be returned.
Default: 20
maxItems
- Number of domains to be returned.
Default: 20
ListDomainsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListDomainsRequest.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.