Interface ListHubContentVersionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListHubContentVersionsRequest.Builder,
,ListHubContentVersionsRequest> SageMakerRequest.Builder
,SdkBuilder<ListHubContentVersionsRequest.Builder,
,ListHubContentVersionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListHubContentVersionsRequest
-
Method Summary
Modifier and TypeMethodDescriptioncreationTimeAfter
(Instant creationTimeAfter) Only list hub content versions that were created after the time specified.creationTimeBefore
(Instant creationTimeBefore) Only list hub content versions that were created before the time specified.hubContentName
(String hubContentName) The name of the hub content.hubContentType
(String hubContentType) The type of hub content to list versions of.hubContentType
(HubContentType hubContentType) The type of hub content to list versions of.The name of the hub to list the content versions of.maxResults
(Integer maxResults) The maximum number of hub content versions to list.maxSchemaVersion
(String maxSchemaVersion) The upper bound of the hub content schema version.minVersion
(String minVersion) The lower bound of the hub content versions to list.If the response to a previousListHubContentVersions
request was truncated, the response includes aNextToken
.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Sort hub content versions by either name or creation time.sortBy
(HubContentSortBy sortBy) Sort hub content versions by either name or creation time.Sort hub content versions by ascending or descending order.Sort hub content versions by ascending or descending order.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
hubName
The name of the hub to list the content versions of.
- Parameters:
hubName
- The name of the hub to list the content versions of.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentType
The type of hub content to list versions of.
- Parameters:
hubContentType
- The type of hub content to list versions of.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hubContentType
The type of hub content to list versions of.
- Parameters:
hubContentType
- The type of hub content to list versions of.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hubContentName
The name of the hub content.
- Parameters:
hubContentName
- The name of the hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minVersion
The lower bound of the hub content versions to list.
- Parameters:
minVersion
- The lower bound of the hub content versions to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxSchemaVersion
The upper bound of the hub content schema version.
- Parameters:
maxSchemaVersion
- The upper bound of the hub content schema version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
Only list hub content versions that were created before the time specified.
- Parameters:
creationTimeBefore
- Only list hub content versions that were created before the time specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeAfter
Only list hub content versions that were created after the time specified.
- Parameters:
creationTimeAfter
- Only list hub content versions that were created after the time specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
Sort hub content versions by either name or creation time.
- Parameters:
sortBy
- Sort hub content versions by either name or creation time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
Sort hub content versions by either name or creation time.
- Parameters:
sortBy
- Sort hub content versions by either name or creation time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Sort hub content versions by ascending or descending order.
- Parameters:
sortOrder
- Sort hub content versions by ascending or descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Sort hub content versions by ascending or descending order.
- Parameters:
sortOrder
- Sort hub content versions by ascending or descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of hub content versions to list.
- Parameters:
maxResults
- The maximum number of hub content versions to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
If the response to a previous
ListHubContentVersions
request was truncated, the response includes aNextToken
. To retrieve the next set of hub content versions, use the token in the next request.- Parameters:
nextToken
- If the response to a previousListHubContentVersions
request was truncated, the response includes aNextToken
. To retrieve the next set of hub content versions, use the token in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListHubContentVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListHubContentVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-