public static interface ListOperationsRequest.Builder extends Route53DomainsRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListOperationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListOperationsRequest.Builder |
sortBy(ListOperationsSortAttributeName sortBy)
The sort type for returned values.
|
ListOperationsRequest.Builder |
sortBy(String sortBy)
The sort type for returned values.
|
ListOperationsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order for returned values, either ascending or descending.
|
ListOperationsRequest.Builder |
sortOrder(String sortOrder)
The sort order for returned values, either ascending or descending.
|
ListOperationsRequest.Builder |
status(Collection<OperationStatus> status)
The status of the operations.
|
ListOperationsRequest.Builder |
status(OperationStatus... status)
The status of the operations.
|
ListOperationsRequest.Builder |
statusWithStrings(Collection<String> status)
The status of the operations.
|
ListOperationsRequest.Builder |
statusWithStrings(String... status)
The status of the operations.
|
ListOperationsRequest.Builder |
submittedSince(Instant submittedSince)
An optional parameter that lets you get information about all the operations that you submitted after a
specified date and time.
|
ListOperationsRequest.Builder |
type(Collection<OperationType> type)
An arrays of the domains operation types.
|
ListOperationsRequest.Builder |
type(OperationType... type)
An arrays of the domains operation types.
|
ListOperationsRequest.Builder |
typeWithStrings(Collection<String> type)
An arrays of the domains operation types.
|
ListOperationsRequest.Builder |
typeWithStrings(String... type)
An arrays of the domains operation types.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOperationsRequest.Builder submittedSince(Instant submittedSince)
An optional parameter that lets you get information about all the operations that you submitted after a specified date and time. Specify the date and time in Unix time format and Coordinated Universal time (UTC).
submittedSince - An optional parameter that lets you get information about all the operations that you submitted after
a specified date and time. Specify the date and time in Unix time format and Coordinated Universal
time (UTC).ListOperationsRequest.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 statusWithStrings(Collection<String> status)
The status of the operations.
status - The status of the operations.ListOperationsRequest.Builder statusWithStrings(String... status)
The status of the operations.
status - The status of the operations.ListOperationsRequest.Builder status(Collection<OperationStatus> status)
The status of the operations.
status - The status of the operations.ListOperationsRequest.Builder status(OperationStatus... status)
The status of the operations.
status - The status of the operations.ListOperationsRequest.Builder typeWithStrings(Collection<String> type)
An arrays of the domains operation types.
type - An arrays of the domains operation types.ListOperationsRequest.Builder typeWithStrings(String... type)
An arrays of the domains operation types.
type - An arrays of the domains operation types.ListOperationsRequest.Builder type(Collection<OperationType> type)
An arrays of the domains operation types.
type - An arrays of the domains operation types.ListOperationsRequest.Builder type(OperationType... type)
An arrays of the domains operation types.
type - An arrays of the domains operation types.ListOperationsRequest.Builder sortBy(String sortBy)
The sort type for returned values.
sortBy - The sort type for returned values.ListOperationsSortAttributeName,
ListOperationsSortAttributeNameListOperationsRequest.Builder sortBy(ListOperationsSortAttributeName sortBy)
The sort type for returned values.
sortBy - The sort type for returned values.ListOperationsSortAttributeName,
ListOperationsSortAttributeNameListOperationsRequest.Builder sortOrder(String sortOrder)
The sort order for returned values, either ascending or descending.
ListOperationsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for returned values, either ascending or descending.
ListOperationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListOperationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.