public static interface ListOperationsResponse.Builder extends ServiceDiscoveryResponse.Builder, SdkPojo, CopyableBuilder<ListOperationsResponse.Builder,ListOperationsResponse>
Modifier and Type | Method and Description |
---|---|
ListOperationsResponse.Builder |
nextToken(String nextToken)
If the response contains
NextToken , 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, responseMetadata, responseMetadata
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 the response contains NextToken
, submit another ListOperations
request to get
the next group of results. Specify the value of NextToken
from the previous response in the next
request.
AWS Cloud Map gets MaxResults
operations and then filters them based on the specified criteria.
It's possible that no operations in the first MaxResults
operations matched the specified
criteria but that subsequent groups of MaxResults
operations do contain operations that match
the criteria.
nextToken
- If the response contains NextToken
, submit another ListOperations
request to
get the next group of results. Specify the value of NextToken
from the previous response
in the next request.
AWS Cloud Map gets MaxResults
operations and then filters them based on the specified
criteria. It's possible that no operations in the first MaxResults
operations matched the
specified criteria but that subsequent groups of MaxResults
operations do contain
operations that match the criteria.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.