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(Operation... operations)
An array of key-value pairs containing information about the results of your get operations request.
|
buildcopyapply, 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 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.