public static interface ListOperationsRequest.Builder extends Route53DomainsRequest.Builder, CopyableBuilder<ListOperationsRequest.Builder,ListOperationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListOperationsRequest.Builder |
marker(String marker)
For an initial request for a list of operations, omit this element.
|
ListOperationsRequest.Builder |
maxItems(Integer maxItems)
Number of domains to be returned.
|
ListOperationsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListOperationsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListOperationsRequest.Builder marker(String marker)
For an initial request for a list of operations, omit this element. If the number of operations that are not
yet complete is greater than the value that you specified for MaxItems, you can use
Marker to return additional operations. Get the value of NextPageMarker from the
previous response, and submit another request that includes the value of NextPageMarker in the
Marker element.
marker - For an initial request for a list of operations, omit this element. If the number of operations that
are not yet complete is greater than the value that you specified for MaxItems, you can
use Marker to return additional operations. Get the value of NextPageMarker
from the previous response, and submit another request that includes the value of
NextPageMarker in the Marker element.ListOperationsRequest.Builder maxItems(Integer maxItems)
Number of domains to be returned.
Default: 20
maxItems - Number of domains to be returned.
Default: 20
ListOperationsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListOperationsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.