Interface ListHubContentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListHubContentsRequest.Builder,ListHubContentsRequest>
,SageMakerRequest.Builder
,SdkBuilder<ListHubContentsRequest.Builder,ListHubContentsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListHubContentsRequest
public static interface ListHubContentsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListHubContentsRequest.Builder,ListHubContentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(String hubContentType)
The type of hub content to list.ListHubContentsRequest.Builder
hubContentType(HubContentType 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 previousListHubContents
request was truncated, the response includes aNextToken
.ListHubContentsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListHubContentsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListHubContentsRequest.Builder
sortBy(String sortBy)
Sort hub content versions by either name or creation time.ListHubContentsRequest.Builder
sortBy(HubContentSortBy sortBy)
Sort hub content versions by either name or creation time.ListHubContentsRequest.Builder
sortOrder(String sortOrder)
Sort hubs by ascending or descending order.ListHubContentsRequest.Builder
sortOrder(SortOrder sortOrder)
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
hubName
ListHubContentsRequest.Builder hubName(String 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
ListHubContentsRequest.Builder hubContentType(String 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
,HubContentType
-
hubContentType
ListHubContentsRequest.Builder hubContentType(HubContentType 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
,HubContentType
-
nameContains
ListHubContentsRequest.Builder nameContains(String 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
ListHubContentsRequest.Builder maxSchemaVersion(String 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
ListHubContentsRequest.Builder creationTimeBefore(Instant 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
ListHubContentsRequest.Builder creationTimeAfter(Instant 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
ListHubContentsRequest.Builder sortBy(String 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:
HubContentSortBy
,HubContentSortBy
-
sortBy
ListHubContentsRequest.Builder sortBy(HubContentSortBy 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:
HubContentSortBy
,HubContentSortBy
-
sortOrder
ListHubContentsRequest.Builder sortOrder(String sortOrder)
Sort hubs by ascending or descending order.
-
sortOrder
ListHubContentsRequest.Builder sortOrder(SortOrder sortOrder)
Sort hubs by ascending or descending order.
-
maxResults
ListHubContentsRequest.Builder maxResults(Integer 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
ListHubContentsRequest.Builder nextToken(String 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)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListHubContentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-