CopyableBuilder<GetOperationsResponse.Builder,GetOperationsResponse>
, SdkBuilder<GetOperationsResponse.Builder,GetOperationsResponse>
public static interface GetOperationsResponse.Builder extends CopyableBuilder<GetOperationsResponse.Builder,GetOperationsResponse>
Modifier and Type | Method | Description |
---|---|---|
GetOperationsResponse.Builder |
nextPageToken(String nextPageToken) |
A token used for advancing to the next page of results from your get operations request.
|
GetOperationsResponse.Builder |
operations(Collection<Operation> operations) |
An array of key-value pairs containing information about the results of your get operations request.
|
GetOperationsResponse.Builder |
operations(Operation... operations) |
An array of key-value pairs containing information about the results of your get operations request.
|
copy
apply, build
GetOperationsResponse.Builder operations(Collection<Operation> operations)
An array of key-value pairs containing information about the results of your get operations request.
operations
- An array of key-value pairs containing information about the results of your get operations request.GetOperationsResponse.Builder operations(Operation... operations)
An array of key-value pairs containing information about the results of your get operations request.
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
- An array of key-value pairs containing information about the results of your get operations request.GetOperationsResponse.Builder nextPageToken(String nextPageToken)
A token used for advancing to the next page of results from your get operations request.
nextPageToken
- A token used for advancing to the next page of results from your get operations request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.