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)
The
nextToken value returned from a previous paginated ListSimulationJobBatches
request where maxResults was used and the results exceeded the value of that parameter. |
ListSimulationJobBatchesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSimulationJobBatchesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSimulationJobBatchesRequest.Builder nextToken(String nextToken)
The nextToken value returned from a previous paginated ListSimulationJobBatches
request where maxResults was used and the results exceeded the value of that parameter.
Pagination continues from the end of the previous results that returned the nextToken value.
nextToken - The nextToken value returned from a previous paginated
ListSimulationJobBatches request where maxResults was used and the results
exceeded the value of that parameter. Pagination continues from the end of the previous results that
returned the nextToken value.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 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 © 2020. All rights reserved.