public static interface ListRobotApplicationsResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<ListRobotApplicationsResponse.Builder,ListRobotApplicationsResponse>
Modifier and Type | Method and Description |
---|---|
ListRobotApplicationsResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListRobotApplications request. |
ListRobotApplicationsResponse.Builder |
robotApplicationSummaries(Collection<RobotApplicationSummary> robotApplicationSummaries)
A list of robot application summaries that meet the criteria of the request.
|
ListRobotApplicationsResponse.Builder |
robotApplicationSummaries(Consumer<RobotApplicationSummary.Builder>... robotApplicationSummaries)
A list of robot application summaries that meet the criteria of the request.
|
ListRobotApplicationsResponse.Builder |
robotApplicationSummaries(RobotApplicationSummary... robotApplicationSummaries)
A list of robot application summaries that meet the criteria of the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListRobotApplicationsResponse.Builder robotApplicationSummaries(Collection<RobotApplicationSummary> robotApplicationSummaries)
A list of robot application summaries that meet the criteria of the request.
robotApplicationSummaries
- A list of robot application summaries that meet the criteria of the request.ListRobotApplicationsResponse.Builder robotApplicationSummaries(RobotApplicationSummary... robotApplicationSummaries)
A list of robot application summaries that meet the criteria of the request.
robotApplicationSummaries
- A list of robot application summaries that meet the criteria of the request.ListRobotApplicationsResponse.Builder robotApplicationSummaries(Consumer<RobotApplicationSummary.Builder>... robotApplicationSummaries)
A list of robot application 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 #robotApplicationSummaries(List)
.robotApplicationSummaries
- a consumer that will call methods on List.Builder
#robotApplicationSummaries(List)
ListRobotApplicationsResponse.Builder nextToken(String nextToken)
The nextToken
value to include in a future ListRobotApplications
request. When the
results of a ListRobotApplications
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 ListRobotApplications
request.
When the results of a ListRobotApplications
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.