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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOperationsResponse.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 method that creates an instance of theOperationSummary.Builder avoiding the need to
create one manually via
OperationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #operations(List.
operations - a consumer that will call methods on
OperationSummary.Builder#operations(java.util.Collection) 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 © 2023. All rights reserved.