public static interface ListOperationsRequest.Builder extends ServiceDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<ListOperationsRequest.Builder,ListOperationsRequest>
Modifier and Type | Method and Description |
---|---|
ListOperationsRequest.Builder |
filters(Collection<OperationFilter> filters)
A complex type that contains specifications for the operations that you want to list, for example, operations
that you started between a specified start date and end date.
|
ListOperationsRequest.Builder |
filters(Consumer<OperationFilter.Builder>... filters)
A complex type that contains specifications for the operations that you want to list, for example, operations
that you started between a specified start date and end date.
|
ListOperationsRequest.Builder |
filters(OperationFilter... filters)
A complex type that contains specifications for the operations that you want to list, for example, operations
that you started between a specified start date and end date.
|
ListOperationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items that you want AWS Cloud Map to return in the response to a
ListOperations request. |
ListOperationsRequest.Builder |
nextToken(String nextToken)
For the first
ListOperations request, omit this value. |
ListOperationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListOperationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListOperationsRequest.Builder nextToken(String nextToken)
For the first ListOperations
request, omit this value.
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
- For the first ListOperations
request, omit this value.
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.
ListOperationsRequest.Builder maxResults(Integer maxResults)
The maximum number of items that you want AWS Cloud Map to return in the response to a
ListOperations
request. If you don't specify a value for MaxResults
, AWS Cloud Map
returns up to 100 operations.
maxResults
- The maximum number of items that you want AWS Cloud Map to return in the response to a
ListOperations
request. If you don't specify a value for MaxResults
, AWS
Cloud Map returns up to 100 operations.ListOperationsRequest.Builder filters(Collection<OperationFilter> filters)
A complex type that contains specifications for the operations that you want to list, for example, operations that you started between a specified start date and end date.
If you specify more than one filter, an operation must match all filters to be returned by
ListOperations
.
filters
- A complex type that contains specifications for the operations that you want to list, for example,
operations that you started between a specified start date and end date.
If you specify more than one filter, an operation must match all filters to be returned by
ListOperations
.
ListOperationsRequest.Builder filters(OperationFilter... filters)
A complex type that contains specifications for the operations that you want to list, for example, operations that you started between a specified start date and end date.
If you specify more than one filter, an operation must match all filters to be returned by
ListOperations
.
filters
- A complex type that contains specifications for the operations that you want to list, for example,
operations that you started between a specified start date and end date.
If you specify more than one filter, an operation must match all filters to be returned by
ListOperations
.
ListOperationsRequest.Builder filters(Consumer<OperationFilter.Builder>... filters)
A complex type that contains specifications for the operations that you want to list, for example, operations that you started between a specified start date and end date.
If you specify more than one filter, an operation must match all filters to be returned by
ListOperations
.
List.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 #filters(List)
.filters
- a consumer that will call methods on List.Builder
#filters(List)
ListOperationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListOperationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.