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.
|
ListHumanLoopsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
(Optional) The timestamp of the date before which you want the human loops to begin.
|
ListHumanLoopsRequest.Builder |
maxResults(Integer maxResults)
The total number of items to return.
|
ListHumanLoopsRequest.Builder |
nextToken(String nextToken)
A token to resume pagination.
|
ListHumanLoopsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListHumanLoopsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListHumanLoopsRequest.Builder |
sortOrder(SortOrder sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
ListHumanLoopsRequest.Builder |
sortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHumanLoopsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
(Optional) The timestamp of the date when you want the human loops to begin. For example,
1551000000.
creationTimeAfter - (Optional) The timestamp of the date when you want the human loops to begin. For example,
1551000000.ListHumanLoopsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
(Optional) The timestamp of the date before which you want the human loops to begin. For example,
1550000000.
creationTimeBefore - (Optional) The timestamp of the date before which you want the human loops to begin. For example,
1550000000.ListHumanLoopsRequest.Builder sortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in Ascending or
Descending order.
ListHumanLoopsRequest.Builder sortOrder(SortOrder sortOrder)
An optional value that specifies whether you want the results sorted in Ascending or
Descending order.
ListHumanLoopsRequest.Builder nextToken(String nextToken)
A token to resume pagination.
nextToken - A token to resume pagination.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 will be provided in the output that you can use to
resume pagination.
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 will be provided in the output
that you can use to resume pagination.ListHumanLoopsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListHumanLoopsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.