Interface ListHumanLoopsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListHumanLoopsRequest.Builder,,- ListHumanLoopsRequest> - SageMakerA2IRuntimeRequest.Builder,- SdkBuilder<ListHumanLoopsRequest.Builder,,- ListHumanLoopsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListHumanLoopsRequest
- 
Method SummaryModifier and TypeMethodDescriptioncreationTimeAfter(Instant creationTimeAfter) (Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format.creationTimeBefore(Instant creationTimeBefore) (Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format.flowDefinitionArn(String flowDefinitionArn) The Amazon Resource Name (ARN) of a flow definition.maxResults(Integer maxResults) The total number of items to return.A token to display the next page of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Optional.Optional.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.sagemakera2iruntime.model.SageMakerA2IRuntimeRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
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(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.
 
- 
flowDefinitionArnThe 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.
 
- 
sortOrderOptional. The order for displaying results. Valid values: AscendingandDescending.- Parameters:
- sortOrder- Optional. The order for displaying results. Valid values:- Ascendingand- Descending.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sortOrderOptional. The order for displaying results. Valid values: AscendingandDescending.- Parameters:
- sortOrder- Optional. The order for displaying results. Valid values:- Ascendingand- Descending.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenA 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.
 
- 
maxResultsThe 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 in- MaxResults, then a- NextTokenis 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.
 
- 
overrideConfigurationListHumanLoopsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListHumanLoopsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-