public static interface ListContextsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListContextsRequest.Builder,ListContextsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListContextsRequest.Builder |
contextType(String contextType)
A filter that returns only contexts of the specified type.
|
ListContextsRequest.Builder |
createdAfter(Instant createdAfter)
A filter that returns only contexts created on or after the specified time.
|
ListContextsRequest.Builder |
createdBefore(Instant createdBefore)
A filter that returns only contexts created on or before the specified time.
|
ListContextsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of contexts to return in the response.
|
ListContextsRequest.Builder |
nextToken(String nextToken)
If the previous call to
ListContexts didn't return the full set of contexts, the call returns a
token for getting the next set of contexts. |
ListContextsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListContextsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListContextsRequest.Builder |
sortBy(SortContextsBy sortBy)
The property used to sort results.
|
ListContextsRequest.Builder |
sortBy(String sortBy)
The property used to sort results.
|
ListContextsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order.
|
ListContextsRequest.Builder |
sortOrder(String sortOrder)
The sort order.
|
ListContextsRequest.Builder |
sourceUri(String sourceUri)
A filter that returns only contexts with the specified source URI.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListContextsRequest.Builder sourceUri(String sourceUri)
A filter that returns only contexts with the specified source URI.
sourceUri - A filter that returns only contexts with the specified source URI.ListContextsRequest.Builder contextType(String contextType)
A filter that returns only contexts of the specified type.
contextType - A filter that returns only contexts of the specified type.ListContextsRequest.Builder createdAfter(Instant createdAfter)
A filter that returns only contexts created on or after the specified time.
createdAfter - A filter that returns only contexts created on or after the specified time.ListContextsRequest.Builder createdBefore(Instant createdBefore)
A filter that returns only contexts created on or before the specified time.
createdBefore - A filter that returns only contexts created on or before the specified time.ListContextsRequest.Builder sortBy(String sortBy)
The property used to sort results. The default value is CreationTime.
sortBy - The property used to sort results. The default value is CreationTime.SortContextsBy,
SortContextsByListContextsRequest.Builder sortBy(SortContextsBy sortBy)
The property used to sort results. The default value is CreationTime.
sortBy - The property used to sort results. The default value is CreationTime.SortContextsBy,
SortContextsByListContextsRequest.Builder sortOrder(String sortOrder)
The sort order. The default value is Descending.
ListContextsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order. The default value is Descending.
ListContextsRequest.Builder nextToken(String nextToken)
If the previous call to ListContexts didn't return the full set of contexts, the call returns a
token for getting the next set of contexts.
nextToken - If the previous call to ListContexts didn't return the full set of contexts, the call
returns a token for getting the next set of contexts.ListContextsRequest.Builder maxResults(Integer maxResults)
The maximum number of contexts to return in the response. The default value is 10.
maxResults - The maximum number of contexts to return in the response. The default value is 10.ListContextsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListContextsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.