public static interface GetOperationsResponse.Builder extends LightsailResponse.Builder, CopyableBuilder<GetOperationsResponse.Builder,GetOperationsResponse>
| Modifier and Type | Method and 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(Consumer<Operation.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetOperationsResponse.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.
operations - An array of key-value pairs containing information about the results of your get operations request.GetOperationsResponse.Builder operations(Consumer<Operation.Builder>... operations)
An array of key-value pairs containing information about the results of your get operations request.
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) 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.