CopyableBuilder<ListOperationsResponse.Builder,ListOperationsResponse>
, SdkBuilder<ListOperationsResponse.Builder,ListOperationsResponse>
public static interface ListOperationsResponse.Builder extends CopyableBuilder<ListOperationsResponse.Builder,ListOperationsResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setOperations(java.util.Collection)
or #withOperations(java.util.Collection)
if you want to
override the existing values.
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.