public static interface ListOperationsResponse.Builder extends ServiceDiscoveryResponse.Builder, CopyableBuilder<ListOperationsResponse.Builder,ListOperationsResponse>
Modifier and Type | Method and Description |
---|---|
ListOperationsResponse.Builder |
nextToken(String nextToken)
If more than
MaxResults operations match the specified criteria, you can submit another
ListOperations request to get the next group of results. |
ListOperationsResponse.Builder |
operations(Collection<OperationSummary> operations)
Summary information about the operations that match the specified criteria.
|
ListOperationsResponse.Builder |
operations(Consumer<OperationSummary.Builder>... operations)
Summary information about the operations that match the specified criteria.
|
ListOperationsResponse.Builder |
operations(OperationSummary... operations)
Summary information about the operations that match the specified criteria.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListOperationsResponse.Builder operations(Collection<OperationSummary> operations)
Summary information about the operations that match the specified criteria.
operations
- Summary information about the operations that match the specified criteria.ListOperationsResponse.Builder operations(OperationSummary... operations)
Summary information about the operations that match the specified criteria.
operations
- Summary information about the operations that match the specified criteria.ListOperationsResponse.Builder operations(Consumer<OperationSummary.Builder>... operations)
Summary information about the operations that match the specified criteria.
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)
ListOperationsResponse.Builder nextToken(String nextToken)
If more than MaxResults
operations match the specified criteria, you can submit another
ListOperations
request to get the next group of results. Specify the value of
NextToken
from the previous response in the next request.
nextToken
- If more than MaxResults
operations match the specified criteria, you can submit another
ListOperations
request to get the next group of results. Specify the value of
NextToken
from the previous response in the next request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.