Interface UpdateHubContentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateHubContentRequest.Builder,UpdateHubContentRequest>,SageMakerRequest.Builder,SdkBuilder<UpdateHubContentRequest.Builder,UpdateHubContentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateHubContentRequest
@Mutable @NotThreadSafe public static interface UpdateHubContentRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateHubContentRequest.Builder,UpdateHubContentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateHubContentRequest.BuilderhubContentDescription(String hubContentDescription)The description of the hub content.UpdateHubContentRequest.BuilderhubContentDisplayName(String hubContentDisplayName)The display name of the hub content.UpdateHubContentRequest.BuilderhubContentMarkdown(String hubContentMarkdown)A string that provides a description of the hub content.UpdateHubContentRequest.BuilderhubContentName(String hubContentName)The name of the hub content resource that you want to update.UpdateHubContentRequest.BuilderhubContentSearchKeywords(String... hubContentSearchKeywords)The searchable keywords of the hub content.UpdateHubContentRequest.BuilderhubContentSearchKeywords(Collection<String> hubContentSearchKeywords)The searchable keywords of the hub content.UpdateHubContentRequest.BuilderhubContentType(String hubContentType)The content type of the resource that you want to update.UpdateHubContentRequest.BuilderhubContentType(HubContentType hubContentType)The content type of the resource that you want to update.UpdateHubContentRequest.BuilderhubContentVersion(String hubContentVersion)The hub content version that you want to update.UpdateHubContentRequest.BuilderhubName(String hubName)The name of the SageMaker hub that contains the hub content you want to update.UpdateHubContentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateHubContentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateHubContentRequest.BuildersupportStatus(String supportStatus)Indicates the current status of the hub content resource.UpdateHubContentRequest.BuildersupportStatus(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 Detail
-
hubName
UpdateHubContentRequest.Builder hubName(String 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
UpdateHubContentRequest.Builder hubContentName(String 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
UpdateHubContentRequest.Builder hubContentType(String hubContentType)
The content type of the resource that you want to update. Only specify a
ModelorNotebookresource for this API. To update aModelReference, use theUpdateHubContentReferenceAPI instead.- Parameters:
hubContentType- The content type of the resource that you want to update. Only specify aModelorNotebookresource for this API. To update aModelReference, use theUpdateHubContentReferenceAPI instead.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HubContentType,HubContentType
-
hubContentType
UpdateHubContentRequest.Builder hubContentType(HubContentType hubContentType)
The content type of the resource that you want to update. Only specify a
ModelorNotebookresource for this API. To update aModelReference, use theUpdateHubContentReferenceAPI instead.- Parameters:
hubContentType- The content type of the resource that you want to update. Only specify aModelorNotebookresource for this API. To update aModelReference, use theUpdateHubContentReferenceAPI instead.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HubContentType,HubContentType
-
hubContentVersion
UpdateHubContentRequest.Builder hubContentVersion(String 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
UpdateHubContentRequest.Builder hubContentDisplayName(String 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
UpdateHubContentRequest.Builder hubContentDescription(String 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
UpdateHubContentRequest.Builder hubContentMarkdown(String 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
UpdateHubContentRequest.Builder hubContentSearchKeywords(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.
-
supportStatus
UpdateHubContentRequest.Builder supportStatus(String 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:
HubContentSupportStatus,HubContentSupportStatus
-
supportStatus
UpdateHubContentRequest.Builder supportStatus(HubContentSupportStatus 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:
HubContentSupportStatus,HubContentSupportStatus
-
overrideConfiguration
UpdateHubContentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateHubContentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-