public static interface ListDeploymentJobsResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<ListDeploymentJobsResponse.Builder,ListDeploymentJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentJobsResponse.Builder |
deploymentJobs(Collection<DeploymentJob> deploymentJobs)
A list of deployment jobs that meet the criteria of the request.
|
ListDeploymentJobsResponse.Builder |
deploymentJobs(Consumer<DeploymentJob.Builder>... deploymentJobs)
A list of deployment jobs that meet the criteria of the request.
|
ListDeploymentJobsResponse.Builder |
deploymentJobs(DeploymentJob... deploymentJobs)
A list of deployment jobs that meet the criteria of the request.
|
ListDeploymentJobsResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListDeploymentJobs request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListDeploymentJobsResponse.Builder deploymentJobs(Collection<DeploymentJob> deploymentJobs)
A list of deployment jobs that meet the criteria of the request.
deploymentJobs - A list of deployment jobs that meet the criteria of the request.ListDeploymentJobsResponse.Builder deploymentJobs(DeploymentJob... deploymentJobs)
A list of deployment jobs that meet the criteria of the request.
deploymentJobs - A list of deployment jobs that meet the criteria of the request.ListDeploymentJobsResponse.Builder deploymentJobs(Consumer<DeploymentJob.Builder>... deploymentJobs)
A list of deployment jobs 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 #deploymentJobs(List) .deploymentJobs - a consumer that will call methods on List.Builder #deploymentJobs(List) ListDeploymentJobsResponse.Builder nextToken(String nextToken)
The nextToken value to include in a future ListDeploymentJobs request. When the
results of a ListDeploymentJobs 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 ListDeploymentJobs request. When
the results of a ListDeploymentJobs 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.