Interface ListHubContentsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListHubContentsRequest.Builder,
,ListHubContentsRequest> SageMakerRequest.Builder
,SdkBuilder<ListHubContentsRequest.Builder,
,ListHubContentsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListHubContentsRequest
-
Method Summary
Modifier and TypeMethodDescriptioncreationTimeAfter
(Instant creationTimeAfter) Only list hub content that was created after the time specified.creationTimeBefore
(Instant creationTimeBefore) Only list hub content that was created before the time specified.hubContentType
(String hubContentType) The type of hub content to list.hubContentType
(HubContentType hubContentType) The type of hub content to list.The name of the hub to list the contents of.maxResults
(Integer maxResults) The maximum amount of hub content to list.maxSchemaVersion
(String maxSchemaVersion) The upper bound of the hub content schema verion.nameContains
(String nameContains) Only list hub content if the name contains the specified string.If the response to a previousListHubContents
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 hubs by ascending or descending order.Sort hubs 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, sdkFields
-
Method Details
-
hubName
The name of the hub to list the contents of.
- Parameters:
hubName
- The name of the hub to list the contents of.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentType
The type of hub content to list.
- Parameters:
hubContentType
- The type of hub content to list.- 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.
- Parameters:
hubContentType
- The type of hub content to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nameContains
Only list hub content if the name contains the specified string.
- Parameters:
nameContains
- Only list hub content if the name contains the specified string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxSchemaVersion
The upper bound of the hub content schema verion.
- Parameters:
maxSchemaVersion
- The upper bound of the hub content schema verion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
Only list hub content that was created before the time specified.
- Parameters:
creationTimeBefore
- Only list hub content that was 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 that was created after the time specified.
- Parameters:
creationTimeAfter
- Only list hub content that was 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 hubs by ascending or descending order.
- Parameters:
sortOrder
- Sort hubs by ascending or descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Sort hubs by ascending or descending order.
- Parameters:
sortOrder
- Sort hubs 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 amount of hub content to list.
- Parameters:
maxResults
- The maximum amount of hub content to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
If the response to a previous
ListHubContents
request was truncated, the response includes aNextToken
. To retrieve the next set of hub content, use the token in the next request.- Parameters:
nextToken
- If the response to a previousListHubContents
request was truncated, the response includes aNextToken
. To retrieve the next set of hub content, use the token in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListHubContentsRequest.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
ListHubContentsRequest.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.
-