public static interface ImportHubContentRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ImportHubContentRequest.Builder,ImportHubContentRequest>
| Modifier and Type | Method and Description |
|---|---|
ImportHubContentRequest.Builder |
documentSchemaVersion(String documentSchemaVersion)
The version of the hub content schema to import.
|
ImportHubContentRequest.Builder |
hubContentDescription(String hubContentDescription)
A description of the hub content to import.
|
ImportHubContentRequest.Builder |
hubContentDisplayName(String hubContentDisplayName)
The display name of the hub content to import.
|
ImportHubContentRequest.Builder |
hubContentDocument(String hubContentDocument)
The hub content document that describes information about the hub content such as type, associated
containers, scripts, and more.
|
ImportHubContentRequest.Builder |
hubContentMarkdown(String hubContentMarkdown)
Markdown files associated with the hub content to import.
|
ImportHubContentRequest.Builder |
hubContentName(String hubContentName)
The name of the hub content to import.
|
ImportHubContentRequest.Builder |
hubContentSearchKeywords(Collection<String> hubContentSearchKeywords)
The searchable keywords of the hub content.
|
ImportHubContentRequest.Builder |
hubContentSearchKeywords(String... hubContentSearchKeywords)
The searchable keywords of the hub content.
|
ImportHubContentRequest.Builder |
hubContentType(HubContentType hubContentType)
The type of hub content to import.
|
ImportHubContentRequest.Builder |
hubContentType(String hubContentType)
The type of hub content to import.
|
ImportHubContentRequest.Builder |
hubContentVersion(String hubContentVersion)
The version of the hub content to import.
|
ImportHubContentRequest.Builder |
hubName(String hubName)
The name of the hub to import content into.
|
ImportHubContentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ImportHubContentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ImportHubContentRequest.Builder |
tags(Collection<Tag> tags)
Any tags associated with the hub content.
|
ImportHubContentRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Any tags associated with the hub content.
|
ImportHubContentRequest.Builder |
tags(Tag... tags)
Any tags associated with the hub content.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportHubContentRequest.Builder hubContentName(String hubContentName)
The name of the hub content to import.
hubContentName - The name of the hub content to import.ImportHubContentRequest.Builder hubContentVersion(String hubContentVersion)
The version of the hub content to import.
hubContentVersion - The version of the hub content to import.ImportHubContentRequest.Builder hubContentType(String hubContentType)
The type of hub content to import.
hubContentType - The type of hub content to import.HubContentType,
HubContentTypeImportHubContentRequest.Builder hubContentType(HubContentType hubContentType)
The type of hub content to import.
hubContentType - The type of hub content to import.HubContentType,
HubContentTypeImportHubContentRequest.Builder documentSchemaVersion(String documentSchemaVersion)
The version of the hub content schema to import.
documentSchemaVersion - The version of the hub content schema to import.ImportHubContentRequest.Builder hubName(String hubName)
The name of the hub to import content into.
hubName - The name of the hub to import content into.ImportHubContentRequest.Builder hubContentDisplayName(String hubContentDisplayName)
The display name of the hub content to import.
hubContentDisplayName - The display name of the hub content to import.ImportHubContentRequest.Builder hubContentDescription(String hubContentDescription)
A description of the hub content to import.
hubContentDescription - A description of the hub content to import.ImportHubContentRequest.Builder hubContentMarkdown(String hubContentMarkdown)
Markdown files associated with the hub content to import.
hubContentMarkdown - Markdown files associated with the hub content to import.ImportHubContentRequest.Builder hubContentDocument(String hubContentDocument)
The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.
hubContentDocument - The hub content document that describes information about the hub content such as type, associated
containers, scripts, and more.ImportHubContentRequest.Builder hubContentSearchKeywords(Collection<String> hubContentSearchKeywords)
The searchable keywords of the hub content.
hubContentSearchKeywords - The searchable keywords of the hub content.ImportHubContentRequest.Builder hubContentSearchKeywords(String... hubContentSearchKeywords)
The searchable keywords of the hub content.
hubContentSearchKeywords - The searchable keywords of the hub content.ImportHubContentRequest.Builder tags(Collection<Tag> tags)
Any tags associated with the hub content.
tags - Any tags associated with the hub content.ImportHubContentRequest.Builder tags(Tag... tags)
Any tags associated with the hub content.
tags - Any tags associated with the hub content.ImportHubContentRequest.Builder tags(Consumer<Tag.Builder>... tags)
Any tags associated with the hub content.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) ImportHubContentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderImportHubContentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.