public static interface ListOperationsRequest.Builder extends SsmSapRequest.Builder, SdkPojo, CopyableBuilder<ListOperationsRequest.Builder,ListOperationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListOperationsRequest.Builder |
applicationId(String applicationId)
The ID of the application.
|
ListOperationsRequest.Builder |
filters(Collection<Filter> filters)
The filters of an operation.
|
ListOperationsRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
The filters of an operation.
|
ListOperationsRequest.Builder |
filters(Filter... filters)
The filters of an operation.
|
ListOperationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListOperationsRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
ListOperationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListOperationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOperationsRequest.Builder applicationId(String applicationId)
The ID of the application.
applicationId - The ID of the application.ListOperationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value. If you do not specify a value for MaxResults, the request returns 50 items per page by default.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value. If you do not specify a value for MaxResults, the
request returns 50 items per page by default.ListOperationsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.ListOperationsRequest.Builder filters(Collection<Filter> filters)
The filters of an operation.
filters - The filters of an operation.ListOperationsRequest.Builder filters(Filter... filters)
The filters of an operation.
filters - The filters of an operation.ListOperationsRequest.Builder filters(Consumer<Filter.Builder>... filters)
The filters of an operation.
This is a convenience method that creates an instance of theFilter.Builder avoiding the need to create one manually
via Filter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #filters(List.
filters - a consumer that will call methods on
Filter.Builder#filters(java.util.Collection) ListOperationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListOperationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.