public static interface ListHubContentsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListHubContentsRequest.Builder,ListHubContentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListHubContentsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
Only list hub content that was created after the time specified.
|
ListHubContentsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
Only list hub content that was created before the time specified.
|
ListHubContentsRequest.Builder |
hubContentType(HubContentType hubContentType)
The type of hub content to list.
|
ListHubContentsRequest.Builder |
hubContentType(String hubContentType)
The type of hub content to list.
|
ListHubContentsRequest.Builder |
hubName(String hubName)
The name of the hub to list the contents of.
|
ListHubContentsRequest.Builder |
maxResults(Integer maxResults)
The maximum amount of hub content to list.
|
ListHubContentsRequest.Builder |
maxSchemaVersion(String maxSchemaVersion)
The upper bound of the hub content schema verion.
|
ListHubContentsRequest.Builder |
nameContains(String nameContains)
Only list hub content if the name contains the specified string.
|
ListHubContentsRequest.Builder |
nextToken(String nextToken)
If the response to a previous
ListHubContents request was truncated, the response includes a
NextToken. |
ListHubContentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListHubContentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListHubContentsRequest.Builder |
sortBy(HubContentSortBy sortBy)
Sort hub content versions by either name or creation time.
|
ListHubContentsRequest.Builder |
sortBy(String sortBy)
Sort hub content versions by either name or creation time.
|
ListHubContentsRequest.Builder |
sortOrder(SortOrder sortOrder)
Sort hubs by ascending or descending order.
|
ListHubContentsRequest.Builder |
sortOrder(String sortOrder)
Sort hubs by ascending or descending order.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHubContentsRequest.Builder hubName(String hubName)
The name of the hub to list the contents of.
hubName - The name of the hub to list the contents of.ListHubContentsRequest.Builder hubContentType(String hubContentType)
The type of hub content to list.
hubContentType - The type of hub content to list.HubContentType,
HubContentTypeListHubContentsRequest.Builder hubContentType(HubContentType hubContentType)
The type of hub content to list.
hubContentType - The type of hub content to list.HubContentType,
HubContentTypeListHubContentsRequest.Builder nameContains(String nameContains)
Only list hub content if the name contains the specified string.
nameContains - Only list hub content if the name contains the specified string.ListHubContentsRequest.Builder maxSchemaVersion(String maxSchemaVersion)
The upper bound of the hub content schema verion.
maxSchemaVersion - The upper bound of the hub content schema verion.ListHubContentsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
Only list hub content that was created before the time specified.
creationTimeBefore - Only list hub content that was created before the time specified.ListHubContentsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
Only list hub content that was created after the time specified.
creationTimeAfter - Only list hub content that was created after the time specified.ListHubContentsRequest.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,
HubContentSortByListHubContentsRequest.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,
HubContentSortByListHubContentsRequest.Builder sortOrder(String sortOrder)
Sort hubs by ascending or descending order.
ListHubContentsRequest.Builder sortOrder(SortOrder sortOrder)
Sort hubs by ascending or descending order.
ListHubContentsRequest.Builder maxResults(Integer maxResults)
The maximum amount of hub content to list.
maxResults - The maximum amount of hub content to list.ListHubContentsRequest.Builder nextToken(String nextToken)
If the response to a previous ListHubContents request was truncated, the response includes a
NextToken. To retrieve the next set of hub content, use the token in the next request.
nextToken - If the response to a previous ListHubContents request was truncated, the response
includes a NextToken. To retrieve the next set of hub content, use the token in the next
request.ListHubContentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListHubContentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.