Interface UpdateHubContentRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateHubContentRequest.Builder,
,UpdateHubContentRequest> SageMakerRequest.Builder
,SdkBuilder<UpdateHubContentRequest.Builder,
,UpdateHubContentRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateHubContentRequest
-
Method Summary
Modifier and TypeMethodDescriptionhubContentDescription
(String hubContentDescription) The description of the hub content.hubContentDisplayName
(String hubContentDisplayName) The display name of the hub content.hubContentMarkdown
(String hubContentMarkdown) A string that provides a description of the hub content.hubContentName
(String hubContentName) The name of the hub content resource that you want to update.hubContentSearchKeywords
(String... hubContentSearchKeywords) The searchable keywords of the hub content.hubContentSearchKeywords
(Collection<String> hubContentSearchKeywords) The searchable keywords of the hub content.hubContentType
(String hubContentType) The content type of the resource that you want to update.hubContentType
(HubContentType hubContentType) The content type of the resource that you want to update.hubContentVersion
(String hubContentVersion) The hub content version that you want to update.The name of the SageMaker hub that contains the hub content you want to update.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.supportStatus
(String supportStatus) Indicates the current status of the hub content resource.supportStatus
(HubContentSupportStatus supportStatus) Indicates the current status of the hub content resource.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 SageMaker hub that contains the hub content you want to update. You can optionally use the hub ARN instead.
- Parameters:
hubName
- The name of the SageMaker hub that contains the hub content you want to update. You can optionally use the hub ARN instead.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentName
The name of the hub content resource that you want to update.
- Parameters:
hubContentName
- The name of the hub content resource that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentType
The content type of the resource that you want to update. Only specify a
Model
orNotebook
resource for this API. To update aModelReference
, use theUpdateHubContentReference
API instead.- Parameters:
hubContentType
- The content type of the resource that you want to update. Only specify aModel
orNotebook
resource for this API. To update aModelReference
, use theUpdateHubContentReference
API instead.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hubContentType
The content type of the resource that you want to update. Only specify a
Model
orNotebook
resource for this API. To update aModelReference
, use theUpdateHubContentReference
API instead.- Parameters:
hubContentType
- The content type of the resource that you want to update. Only specify aModel
orNotebook
resource for this API. To update aModelReference
, use theUpdateHubContentReference
API instead.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hubContentVersion
The hub content version that you want to update. For example, if you have two versions of a resource in your hub, you can update the second version.
- Parameters:
hubContentVersion
- The hub content version that you want to update. For example, if you have two versions of a resource in your hub, you can update the second version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentDisplayName
The display name of the hub content.
- Parameters:
hubContentDisplayName
- The display name of the hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentDescription
The description of the hub content.
- Parameters:
hubContentDescription
- The description of the hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentMarkdown
A string that provides a description of the hub content. This string can include links, tables, and standard markdown formatting.
- Parameters:
hubContentMarkdown
- A string that provides a description of the hub content. This string can include links, tables, and standard markdown formatting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentSearchKeywords
UpdateHubContentRequest.Builder hubContentSearchKeywords(Collection<String> hubContentSearchKeywords) The searchable keywords of the hub content.
- Parameters:
hubContentSearchKeywords
- The searchable keywords of the hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentSearchKeywords
The searchable keywords of the hub content.
- Parameters:
hubContentSearchKeywords
- The searchable keywords of the hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportStatus
Indicates the current status of the hub content resource.
- Parameters:
supportStatus
- Indicates the current status of the hub content resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
supportStatus
Indicates the current status of the hub content resource.
- Parameters:
supportStatus
- Indicates the current status of the hub content resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateHubContentRequest.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
UpdateHubContentRequest.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.
-