static ListHubContentsRequest.Builder |
ListHubContentsRequest.builder() |
|
ListHubContentsRequest.Builder |
ListHubContentsRequest.Builder.creationTimeAfter(Instant creationTimeAfter) |
Only list hub content that was created after the time specified.
|
ListHubContentsRequest.Builder |
ListHubContentsRequest.Builder.creationTimeBefore(Instant creationTimeBefore) |
Only list hub content that was created before the time specified.
|
ListHubContentsRequest.Builder |
ListHubContentsRequest.Builder.hubContentType(String hubContentType) |
The type of hub content to list.
|
ListHubContentsRequest.Builder |
ListHubContentsRequest.Builder.hubContentType(HubContentType hubContentType) |
The type of hub content to list.
|
ListHubContentsRequest.Builder |
ListHubContentsRequest.Builder.hubName(String hubName) |
The name of the hub to list the contents of.
|
ListHubContentsRequest.Builder |
ListHubContentsRequest.Builder.maxResults(Integer maxResults) |
The maximum amount of hub content to list.
|
ListHubContentsRequest.Builder |
ListHubContentsRequest.Builder.maxSchemaVersion(String maxSchemaVersion) |
The upper bound of the hub content schema verion.
|
ListHubContentsRequest.Builder |
ListHubContentsRequest.Builder.nameContains(String nameContains) |
Only list hub content if the name contains the specified string.
|
ListHubContentsRequest.Builder |
ListHubContentsRequest.Builder.nextToken(String nextToken) |
If the response to a previous ListHubContents request was truncated, the response includes a
NextToken.
|
ListHubContentsRequest.Builder |
ListHubContentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListHubContentsRequest.Builder |
ListHubContentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListHubContentsRequest.Builder |
ListHubContentsRequest.Builder.sortBy(String sortBy) |
Sort hub content versions by either name or creation time.
|
ListHubContentsRequest.Builder |
ListHubContentsRequest.Builder.sortBy(HubContentSortBy sortBy) |
Sort hub content versions by either name or creation time.
|
ListHubContentsRequest.Builder |
ListHubContentsRequest.Builder.sortOrder(String sortOrder) |
Sort hubs by ascending or descending order.
|
ListHubContentsRequest.Builder |
ListHubContentsRequest.Builder.sortOrder(SortOrder sortOrder) |
Sort hubs by ascending or descending order.
|
ListHubContentsRequest.Builder |
ListHubContentsRequest.toBuilder() |
|