public static interface ListOperationsResponse.Builder extends Route53DomainsResponse.Builder, CopyableBuilder<ListOperationsResponse.Builder,ListOperationsResponse>
Modifier and Type | Method and Description |
---|---|
ListOperationsResponse.Builder |
nextPageMarker(String nextPageMarker)
If there are more operations than you specified for
MaxItems in the request, submit another
request and include the value of NextPageMarker in the value of Marker . |
ListOperationsResponse.Builder |
operations(Collection<OperationSummary> operations)
Lists summaries of the operations.
|
ListOperationsResponse.Builder |
operations(OperationSummary... operations)
Lists summaries of the operations.
|
build
copy
apply, build
ListOperationsResponse.Builder operations(Collection<OperationSummary> operations)
Lists summaries of the operations.
operations
- Lists summaries of the operations.ListOperationsResponse.Builder operations(OperationSummary... operations)
Lists summaries of the operations.
operations
- Lists summaries of the operations.ListOperationsResponse.Builder nextPageMarker(String nextPageMarker)
If there are more operations than you specified for MaxItems
in the request, submit another
request and include the value of NextPageMarker
in the value of Marker
.
nextPageMarker
- If there are more operations than you specified for MaxItems
in the request, submit
another request and include the value of NextPageMarker
in the value of
Marker
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.