public static interface ListOperationsResponse.Builder extends Route53DomainsResponse.Builder, SdkPojo, 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(Consumer<OperationSummary.Builder>... operations)
Lists summaries of the operations.
|
ListOperationsResponse.Builder |
operations(OperationSummary... operations)
Lists summaries of the operations.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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 operations(Consumer<OperationSummary.Builder>... operations)
Lists summaries of the operations.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #operations(List)
.operations
- a consumer that will call methods on List.Builder
#operations(List)
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.