public static interface ListHubContentVersionsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListHubContentVersionsRequest.Builder,ListHubContentVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListHubContentVersionsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
Only list hub content versions that were created after the time specified.
|
ListHubContentVersionsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
Only list hub content versions that were created before the time specified.
|
ListHubContentVersionsRequest.Builder |
hubContentName(String hubContentName)
The name of the hub content.
|
ListHubContentVersionsRequest.Builder |
hubContentType(HubContentType hubContentType)
The type of hub content to list versions of.
|
ListHubContentVersionsRequest.Builder |
hubContentType(String hubContentType)
The type of hub content to list versions of.
|
ListHubContentVersionsRequest.Builder |
hubName(String hubName)
The name of the hub to list the content versions of.
|
ListHubContentVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of hub content versions to list.
|
ListHubContentVersionsRequest.Builder |
maxSchemaVersion(String maxSchemaVersion)
The upper bound of the hub content schema version.
|
ListHubContentVersionsRequest.Builder |
minVersion(String minVersion)
The lower bound of the hub content versions to list.
|
ListHubContentVersionsRequest.Builder |
nextToken(String nextToken)
If the response to a previous
ListHubContentVersions request was truncated, the response
includes a NextToken. |
ListHubContentVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListHubContentVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListHubContentVersionsRequest.Builder |
sortBy(HubContentSortBy sortBy)
Sort hub content versions by either name or creation time.
|
ListHubContentVersionsRequest.Builder |
sortBy(String sortBy)
Sort hub content versions by either name or creation time.
|
ListHubContentVersionsRequest.Builder |
sortOrder(SortOrder sortOrder)
Sort hub content versions by ascending or descending order.
|
ListHubContentVersionsRequest.Builder |
sortOrder(String sortOrder)
Sort hub content versions by ascending or descending order.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHubContentVersionsRequest.Builder hubName(String hubName)
The name of the hub to list the content versions of.
hubName - The name of the hub to list the content versions of.ListHubContentVersionsRequest.Builder hubContentType(String hubContentType)
The type of hub content to list versions of.
hubContentType - The type of hub content to list versions of.HubContentType,
HubContentTypeListHubContentVersionsRequest.Builder hubContentType(HubContentType hubContentType)
The type of hub content to list versions of.
hubContentType - The type of hub content to list versions of.HubContentType,
HubContentTypeListHubContentVersionsRequest.Builder hubContentName(String hubContentName)
The name of the hub content.
hubContentName - The name of the hub content.ListHubContentVersionsRequest.Builder minVersion(String minVersion)
The lower bound of the hub content versions to list.
minVersion - The lower bound of the hub content versions to list.ListHubContentVersionsRequest.Builder maxSchemaVersion(String maxSchemaVersion)
The upper bound of the hub content schema version.
maxSchemaVersion - The upper bound of the hub content schema version.ListHubContentVersionsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
Only list hub content versions that were created before the time specified.
creationTimeBefore - Only list hub content versions that were created before the time specified.ListHubContentVersionsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
Only list hub content versions that were created after the time specified.
creationTimeAfter - Only list hub content versions that were created after the time specified.ListHubContentVersionsRequest.Builder sortBy(String sortBy)
Sort hub content versions by either name or creation time.
sortBy - Sort hub content versions by either name or creation time.HubContentSortBy,
HubContentSortByListHubContentVersionsRequest.Builder sortBy(HubContentSortBy sortBy)
Sort hub content versions by either name or creation time.
sortBy - Sort hub content versions by either name or creation time.HubContentSortBy,
HubContentSortByListHubContentVersionsRequest.Builder sortOrder(String sortOrder)
Sort hub content versions by ascending or descending order.
ListHubContentVersionsRequest.Builder sortOrder(SortOrder sortOrder)
Sort hub content versions by ascending or descending order.
ListHubContentVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of hub content versions to list.
maxResults - The maximum number of hub content versions to list.ListHubContentVersionsRequest.Builder nextToken(String nextToken)
If the response to a previous ListHubContentVersions request was truncated, the response
includes a NextToken. To retrieve the next set of hub content versions, use the token in the
next request.
nextToken - If the response to a previous ListHubContentVersions request was truncated, the response
includes a NextToken. To retrieve the next set of hub content versions, use the token in
the next request.ListHubContentVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListHubContentVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.