static UpdateHubContentRequest.Builder |
UpdateHubContentRequest.builder() |
|
UpdateHubContentRequest.Builder |
UpdateHubContentRequest.Builder.hubContentDescription(String hubContentDescription) |
The description of the hub content.
|
UpdateHubContentRequest.Builder |
UpdateHubContentRequest.Builder.hubContentDisplayName(String hubContentDisplayName) |
The display name of the hub content.
|
UpdateHubContentRequest.Builder |
UpdateHubContentRequest.Builder.hubContentMarkdown(String hubContentMarkdown) |
A string that provides a description of the hub content.
|
UpdateHubContentRequest.Builder |
UpdateHubContentRequest.Builder.hubContentName(String hubContentName) |
The name of the hub content resource that you want to update.
|
UpdateHubContentRequest.Builder |
UpdateHubContentRequest.Builder.hubContentSearchKeywords(String... hubContentSearchKeywords) |
The searchable keywords of the hub content.
|
UpdateHubContentRequest.Builder |
UpdateHubContentRequest.Builder.hubContentSearchKeywords(Collection<String> hubContentSearchKeywords) |
The searchable keywords of the hub content.
|
UpdateHubContentRequest.Builder |
UpdateHubContentRequest.Builder.hubContentType(String hubContentType) |
The content type of the resource that you want to update.
|
UpdateHubContentRequest.Builder |
UpdateHubContentRequest.Builder.hubContentType(HubContentType hubContentType) |
The content type of the resource that you want to update.
|
UpdateHubContentRequest.Builder |
UpdateHubContentRequest.Builder.hubContentVersion(String hubContentVersion) |
The hub content version that you want to update.
|
UpdateHubContentRequest.Builder |
UpdateHubContentRequest.Builder.hubName(String hubName) |
The name of the SageMaker hub that contains the hub content you want to update.
|
UpdateHubContentRequest.Builder |
UpdateHubContentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateHubContentRequest.Builder |
UpdateHubContentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateHubContentRequest.Builder |
UpdateHubContentRequest.Builder.supportStatus(String supportStatus) |
Indicates the current status of the hub content resource.
|
UpdateHubContentRequest.Builder |
UpdateHubContentRequest.Builder.supportStatus(HubContentSupportStatus supportStatus) |
Indicates the current status of the hub content resource.
|
UpdateHubContentRequest.Builder |
UpdateHubContentRequest.toBuilder() |
|