public static interface ListHumanLoopsRequest.Builder extends SageMakerA2IRuntimeRequest.Builder, SdkPojo, CopyableBuilder<ListHumanLoopsRequest.Builder,ListHumanLoopsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListHumanLoopsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
(Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format.
|
ListHumanLoopsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
(Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format.
|
ListHumanLoopsRequest.Builder |
flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of a flow definition.
|
ListHumanLoopsRequest.Builder |
maxResults(Integer maxResults)
The total number of items to return.
|
ListHumanLoopsRequest.Builder |
nextToken(String nextToken)
A token to display the next page of results.
|
ListHumanLoopsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListHumanLoopsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListHumanLoopsRequest.Builder |
sortOrder(SortOrder sortOrder)
Optional.
|
ListHumanLoopsRequest.Builder |
sortOrder(String sortOrder)
Optional.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHumanLoopsRequest.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.
creationTimeAfter - (Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format. For
example, 2020-02-24.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.
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.ListHumanLoopsRequest.Builder flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of a flow definition.
flowDefinitionArn - The Amazon Resource Name (ARN) of a flow definition.ListHumanLoopsRequest.Builder sortOrder(String sortOrder)
Optional. The order for displaying results. Valid values: Ascending and Descending.
ListHumanLoopsRequest.Builder sortOrder(SortOrder sortOrder)
Optional. The order for displaying results. Valid values: Ascending and Descending.
ListHumanLoopsRequest.Builder nextToken(String nextToken)
A token to display the next page of results.
nextToken - A token to display the next page of results.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 a NextToken is returned in the output. You can use this token
to display the next page of results.
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 NextToken is returned in the output. You can
use this token to display the next page of results.ListHumanLoopsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListHumanLoopsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.