public static interface ListHumanLoopsResponse.Builder extends SageMakerA2IRuntimeResponse.Builder, SdkPojo, CopyableBuilder<ListHumanLoopsResponse.Builder,ListHumanLoopsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListHumanLoopsResponse.Builder |
humanLoopSummaries(Collection<HumanLoopSummary> humanLoopSummaries)
An array of objects that contain information about the human loops.
|
ListHumanLoopsResponse.Builder |
humanLoopSummaries(Consumer<HumanLoopSummary.Builder>... humanLoopSummaries)
An array of objects that contain information about the human loops.
|
ListHumanLoopsResponse.Builder |
humanLoopSummaries(HumanLoopSummary... humanLoopSummaries)
An array of objects that contain information about the human loops.
|
ListHumanLoopsResponse.Builder |
nextToken(String nextToken)
A token to display the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHumanLoopsResponse.Builder humanLoopSummaries(Collection<HumanLoopSummary> humanLoopSummaries)
An array of objects that contain information about the human loops.
humanLoopSummaries - An array of objects that contain information about the human loops.ListHumanLoopsResponse.Builder humanLoopSummaries(HumanLoopSummary... humanLoopSummaries)
An array of objects that contain information about the human loops.
humanLoopSummaries - An array of objects that contain information about the human loops.ListHumanLoopsResponse.Builder humanLoopSummaries(Consumer<HumanLoopSummary.Builder>... humanLoopSummaries)
An array of objects that contain information about the human loops.
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 #humanLoopSummaries(List) .humanLoopSummaries - a consumer that will call methods on List.Builder #humanLoopSummaries(List) ListHumanLoopsResponse.Builder nextToken(String nextToken)
A token to display the next page of results.
nextToken - A token to display the next page of results.Copyright © 2020. All rights reserved.