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(OperationSummary... operations)
Summary information about the operations that match the specified criteria.
|
build
copy
apply, 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 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.