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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListHumanLoopsResponse.BuilderhumanLoopSummaries(Collection<HumanLoopSummary> humanLoopSummaries)An array of objects that contain information about the human loops.ListHumanLoopsResponse.BuilderhumanLoopSummaries(Consumer<HumanLoopSummary.Builder>... humanLoopSummaries)An array of objects that contain information about the human loops.ListHumanLoopsResponse.BuilderhumanLoopSummaries(HumanLoopSummary... humanLoopSummaries)An array of objects that contain information about the human loops.ListHumanLoopsResponse.BuildernextToken(String nextToken)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 Detail
-
humanLoopSummaries
ListHumanLoopsResponse.Builder humanLoopSummaries(Collection<HumanLoopSummary> 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(HumanLoopSummary... 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.Builderavoiding the need to create one manually viaHumanLoopSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#humanLoopSummaries(List.) - 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:
#humanLoopSummaries(java.util.Collection)
-
nextToken
ListHumanLoopsResponse.Builder nextToken(String 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.
-
-