public static interface ListHumanTaskUisRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListHumanTaskUisRequest.Builder,ListHumanTaskUisRequest>
| Modifier and Type | Method and Description |
|---|---|
ListHumanTaskUisRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
A filter that returns only human task user interfaces with a creation time greater than or equal to the
specified timestamp.
|
ListHumanTaskUisRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
A filter that returns only human task user interfaces that were created before the specified timestamp.
|
ListHumanTaskUisRequest.Builder |
maxResults(Integer maxResults)
The total number of items to return.
|
ListHumanTaskUisRequest.Builder |
nextToken(String nextToken)
A token to resume pagination.
|
ListHumanTaskUisRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListHumanTaskUisRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListHumanTaskUisRequest.Builder |
sortOrder(SortOrder sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
ListHumanTaskUisRequest.Builder |
sortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHumanTaskUisRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.
creationTimeAfter - A filter that returns only human task user interfaces with a creation time greater than or equal to
the specified timestamp.ListHumanTaskUisRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only human task user interfaces that were created before the specified timestamp.
creationTimeBefore - A filter that returns only human task user interfaces that were created before the specified
timestamp.ListHumanTaskUisRequest.Builder sortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in Ascending or
Descending order.
ListHumanTaskUisRequest.Builder sortOrder(SortOrder sortOrder)
An optional value that specifies whether you want the results sorted in Ascending or
Descending order.
ListHumanTaskUisRequest.Builder nextToken(String nextToken)
A token to resume pagination.
nextToken - A token to resume pagination.ListHumanTaskUisRequest.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.ListHumanTaskUisRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListHumanTaskUisRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.