public static interface ListSimulationJobBatchesRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<ListSimulationJobBatchesRequest.Builder,ListSimulationJobBatchesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSimulationJobBatchesRequest.Builder |
filters(Collection<Filter> filters)
Optional filters to limit results.
|
ListSimulationJobBatchesRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
Optional filters to limit results.
|
ListSimulationJobBatchesRequest.Builder |
filters(Filter... filters)
Optional filters to limit results.
|
ListSimulationJobBatchesRequest.Builder |
maxResults(Integer maxResults)
When this parameter is used,
ListSimulationJobBatches only returns maxResults
results in a single page along with a nextToken response element. |
ListSimulationJobBatchesRequest.Builder |
nextToken(String nextToken)
If the previous paginated request did not return all of the remaining results, the response object's
nextToken parameter value is set to a token. |
ListSimulationJobBatchesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSimulationJobBatchesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSimulationJobBatchesRequest.Builder nextToken(String nextToken)
If the previous paginated request did not return all of the remaining results, the response object's
nextToken parameter value is set to a token. To retrieve the next set of results, call
ListSimulationJobBatches again and assign that token to the request object's
nextToken parameter. If there are no remaining results, the previous response object's NextToken
parameter is set to null.
nextToken - If the previous paginated request did not return all of the remaining results, the response object's
nextToken parameter value is set to a token. To retrieve the next set of results, call
ListSimulationJobBatches again and assign that token to the request object's
nextToken parameter. If there are no remaining results, the previous response object's
NextToken parameter is set to null.ListSimulationJobBatchesRequest.Builder maxResults(Integer maxResults)
When this parameter is used, ListSimulationJobBatches only returns maxResults
results in a single page along with a nextToken response element. The remaining results of the
initial request can be seen by sending another ListSimulationJobBatches request with the
returned nextToken value.
maxResults - When this parameter is used, ListSimulationJobBatches only returns
maxResults results in a single page along with a nextToken response element.
The remaining results of the initial request can be seen by sending another
ListSimulationJobBatches request with the returned nextToken value.ListSimulationJobBatchesRequest.Builder filters(Collection<Filter> filters)
Optional filters to limit results.
filters - Optional filters to limit results.ListSimulationJobBatchesRequest.Builder filters(Filter... filters)
Optional filters to limit results.
filters - Optional filters to limit results.ListSimulationJobBatchesRequest.Builder filters(Consumer<Filter.Builder>... filters)
Optional filters to limit results.
This is a convenience method 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 #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) ListSimulationJobBatchesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSimulationJobBatchesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.