Interface ListHumanLoopsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListHumanLoopsRequest.Builder,ListHumanLoopsRequest>,SageMakerA2IRuntimeRequest.Builder,SdkBuilder<ListHumanLoopsRequest.Builder,ListHumanLoopsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListHumanLoopsRequest
public static interface ListHumanLoopsRequest.Builder extends SageMakerA2IRuntimeRequest.Builder, SdkPojo, CopyableBuilder<ListHumanLoopsRequest.Builder,ListHumanLoopsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListHumanLoopsRequest.BuildercreationTimeAfter(Instant creationTimeAfter)(Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format.ListHumanLoopsRequest.BuildercreationTimeBefore(Instant creationTimeBefore)(Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format.ListHumanLoopsRequest.BuilderflowDefinitionArn(String flowDefinitionArn)The Amazon Resource Name (ARN) of a flow definition.ListHumanLoopsRequest.BuildermaxResults(Integer maxResults)The total number of items to return.ListHumanLoopsRequest.BuildernextToken(String nextToken)A token to display the next page of results.ListHumanLoopsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListHumanLoopsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListHumanLoopsRequest.BuildersortOrder(String sortOrder)Optional.ListHumanLoopsRequest.BuildersortOrder(SortOrder sortOrder)Optional.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemakera2iruntime.model.SageMakerA2IRuntimeRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
creationTimeAfter
ListHumanLoopsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
(Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format. For example,
2020-02-24.- Parameters:
creationTimeAfter- (Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format. For example,2020-02-24.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
ListHumanLoopsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
(Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format. For example,
2020-02-24.- Parameters:
creationTimeBefore- (Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format. For example,2020-02-24.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowDefinitionArn
ListHumanLoopsRequest.Builder flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of a flow definition.
- Parameters:
flowDefinitionArn- The Amazon Resource Name (ARN) of a flow definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortOrder
ListHumanLoopsRequest.Builder sortOrder(String sortOrder)
Optional. The order for displaying results. Valid values:
AscendingandDescending.
-
sortOrder
ListHumanLoopsRequest.Builder sortOrder(SortOrder sortOrder)
Optional. The order for displaying results. Valid values:
AscendingandDescending.
-
nextToken
ListHumanLoopsRequest.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.
-
maxResults
ListHumanLoopsRequest.Builder maxResults(Integer maxResults)
The total number of items to return. If the total number of available items is more than the value specified in
MaxResults, then aNextTokenis returned in the output. You can use this token to display the next page of results.- Parameters:
maxResults- The total number of items to return. If the total number of available items is more than the value specified inMaxResults, then aNextTokenis returned in the output. You can use this token to display the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListHumanLoopsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListHumanLoopsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-