Interface ListHumanLoopsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListHumanLoopsResponse.Builder,
,ListHumanLoopsResponse> SageMakerA2IRuntimeResponse.Builder
,SdkBuilder<ListHumanLoopsResponse.Builder,
,ListHumanLoopsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListHumanLoopsResponse
public static interface ListHumanLoopsResponse.Builder
extends SageMakerA2IRuntimeResponse.Builder, SdkPojo, CopyableBuilder<ListHumanLoopsResponse.Builder,ListHumanLoopsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionhumanLoopSummaries
(Collection<HumanLoopSummary> humanLoopSummaries) An array of objects that contain information about the human loops.humanLoopSummaries
(Consumer<HumanLoopSummary.Builder>... humanLoopSummaries) An array of objects that contain information about the human loops.humanLoopSummaries
(HumanLoopSummary... humanLoopSummaries) An array of objects that contain information about the human loops.A token to display the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemakera2iruntime.model.SageMakerA2IRuntimeResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
humanLoopSummaries
An array of objects that contain information about the human loops.
- Parameters:
humanLoopSummaries
- An array of objects that contain information about the human loops.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
humanLoopSummaries
An array of objects that contain information about the human loops.
- Parameters:
humanLoopSummaries
- An array of objects that contain information about the human loops.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
humanLoopSummaries
ListHumanLoopsResponse.Builder humanLoopSummaries(Consumer<HumanLoopSummary.Builder>... humanLoopSummaries) An array of objects that contain information about the human loops.
This is a convenience method that creates an instance of theHumanLoopSummary.Builder
avoiding the need to create one manually viaHumanLoopSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tohumanLoopSummaries(List<HumanLoopSummary>)
.- Parameters:
humanLoopSummaries
- a consumer that will call methods onHumanLoopSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A token to display the next page of results.
- Parameters:
nextToken
- A token to display the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-