public static interface ListSimulationJobsResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<ListSimulationJobsResponse.Builder,ListSimulationJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSimulationJobsResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListSimulationJobs request. |
ListSimulationJobsResponse.Builder |
simulationJobSummaries(Collection<SimulationJobSummary> simulationJobSummaries)
A list of simulation job summaries that meet the criteria of the request.
|
ListSimulationJobsResponse.Builder |
simulationJobSummaries(Consumer<SimulationJobSummary.Builder>... simulationJobSummaries)
A list of simulation job summaries that meet the criteria of the request.
|
ListSimulationJobsResponse.Builder |
simulationJobSummaries(SimulationJobSummary... simulationJobSummaries)
A list of simulation job summaries that meet the criteria of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListSimulationJobsResponse.Builder simulationJobSummaries(Collection<SimulationJobSummary> simulationJobSummaries)
A list of simulation job summaries that meet the criteria of the request.
simulationJobSummaries - A list of simulation job summaries that meet the criteria of the request.ListSimulationJobsResponse.Builder simulationJobSummaries(SimulationJobSummary... simulationJobSummaries)
A list of simulation job summaries that meet the criteria of the request.
simulationJobSummaries - A list of simulation job summaries that meet the criteria of the request.ListSimulationJobsResponse.Builder simulationJobSummaries(Consumer<SimulationJobSummary.Builder>... simulationJobSummaries)
A list of simulation job summaries that meet the criteria of the request.
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 #simulationJobSummaries(List) .simulationJobSummaries - a consumer that will call methods on List.Builder #simulationJobSummaries(List) ListSimulationJobsResponse.Builder nextToken(String nextToken)
The nextToken value to include in a future ListSimulationJobs request. When the
results of a ListRobot request exceed maxResults, this value can be used to
retrieve the next page of results. This value is null when there are no more results to return.
nextToken - The nextToken value to include in a future ListSimulationJobs request. When
the results of a ListRobot request exceed maxResults, this value can be used
to retrieve the next page of results. This value is null when there are no more results
to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.