public static interface ListHubsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListHubsRequest.Builder,ListHubsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListHubsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
Only list hubs that were created after the time specified.
|
ListHubsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
Only list hubs that were created before the time specified.
|
ListHubsRequest.Builder |
lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
Only list hubs that were last modified after the time specified.
|
ListHubsRequest.Builder |
lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
Only list hubs that were last modified before the time specified.
|
ListHubsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of hubs to list.
|
ListHubsRequest.Builder |
nameContains(String nameContains)
Only list hubs with names that contain the specified string.
|
ListHubsRequest.Builder |
nextToken(String nextToken)
If the response to a previous
ListHubs request was truncated, the response includes a
NextToken. |
ListHubsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListHubsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListHubsRequest.Builder |
sortBy(HubSortBy sortBy)
Sort hubs by either name or creation time.
|
ListHubsRequest.Builder |
sortBy(String sortBy)
Sort hubs by either name or creation time.
|
ListHubsRequest.Builder |
sortOrder(SortOrder sortOrder)
Sort hubs by ascending or descending order.
|
ListHubsRequest.Builder |
sortOrder(String sortOrder)
Sort hubs by ascending or descending order.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHubsRequest.Builder nameContains(String nameContains)
Only list hubs with names that contain the specified string.
nameContains - Only list hubs with names that contain the specified string.ListHubsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
Only list hubs that were created before the time specified.
creationTimeBefore - Only list hubs that were created before the time specified.ListHubsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
Only list hubs that were created after the time specified.
creationTimeAfter - Only list hubs that were created after the time specified.ListHubsRequest.Builder lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
Only list hubs that were last modified before the time specified.
lastModifiedTimeBefore - Only list hubs that were last modified before the time specified.ListHubsRequest.Builder lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
Only list hubs that were last modified after the time specified.
lastModifiedTimeAfter - Only list hubs that were last modified after the time specified.ListHubsRequest.Builder sortBy(String sortBy)
Sort hubs by either name or creation time.
ListHubsRequest.Builder sortBy(HubSortBy sortBy)
Sort hubs by either name or creation time.
ListHubsRequest.Builder sortOrder(String sortOrder)
Sort hubs by ascending or descending order.
ListHubsRequest.Builder sortOrder(SortOrder sortOrder)
Sort hubs by ascending or descending order.
ListHubsRequest.Builder maxResults(Integer maxResults)
The maximum number of hubs to list.
maxResults - The maximum number of hubs to list.ListHubsRequest.Builder nextToken(String nextToken)
If the response to a previous ListHubs request was truncated, the response includes a
NextToken. To retrieve the next set of hubs, use the token in the next request.
nextToken - If the response to a previous ListHubs request was truncated, the response includes a
NextToken. To retrieve the next set of hubs, use the token in the next request.ListHubsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListHubsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.