Interface ImportHubContentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ImportHubContentRequest.Builder,ImportHubContentRequest>,SageMakerRequest.Builder,SdkBuilder<ImportHubContentRequest.Builder,ImportHubContentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ImportHubContentRequest
public static interface ImportHubContentRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ImportHubContentRequest.Builder,ImportHubContentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportHubContentRequest.BuilderdocumentSchemaVersion(String documentSchemaVersion)The version of the hub content schema to import.ImportHubContentRequest.BuilderhubContentDescription(String hubContentDescription)A description of the hub content to import.ImportHubContentRequest.BuilderhubContentDisplayName(String hubContentDisplayName)The display name of the hub content to import.ImportHubContentRequest.BuilderhubContentDocument(String hubContentDocument)The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.ImportHubContentRequest.BuilderhubContentMarkdown(String hubContentMarkdown)A string that provides a description of the hub content.ImportHubContentRequest.BuilderhubContentName(String hubContentName)The name of the hub content to import.ImportHubContentRequest.BuilderhubContentSearchKeywords(String... hubContentSearchKeywords)The searchable keywords of the hub content.ImportHubContentRequest.BuilderhubContentSearchKeywords(Collection<String> hubContentSearchKeywords)The searchable keywords of the hub content.ImportHubContentRequest.BuilderhubContentType(String hubContentType)The type of hub content to import.ImportHubContentRequest.BuilderhubContentType(HubContentType hubContentType)The type of hub content to import.ImportHubContentRequest.BuilderhubContentVersion(String hubContentVersion)The version of the hub content to import.ImportHubContentRequest.BuilderhubName(String hubName)The name of the hub to import content into.ImportHubContentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ImportHubContentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ImportHubContentRequest.Buildertags(Collection<Tag> tags)Any tags associated with the hub content.ImportHubContentRequest.Buildertags(Consumer<Tag.Builder>... tags)Any tags associated with the hub content.ImportHubContentRequest.Buildertags(Tag... tags)Any tags associated with the hub content.-
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, sdkFields
-
-
-
-
Method Detail
-
hubContentName
ImportHubContentRequest.Builder hubContentName(String hubContentName)
The name of the hub content to import.
- Parameters:
hubContentName- The name of the hub content to import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentVersion
ImportHubContentRequest.Builder hubContentVersion(String hubContentVersion)
The version of the hub content to import.
- Parameters:
hubContentVersion- The version of the hub content to import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentType
ImportHubContentRequest.Builder hubContentType(String hubContentType)
The type of hub content to import.
- Parameters:
hubContentType- The type of hub content to import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HubContentType,HubContentType
-
hubContentType
ImportHubContentRequest.Builder hubContentType(HubContentType hubContentType)
The type of hub content to import.
- Parameters:
hubContentType- The type of hub content to import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HubContentType,HubContentType
-
documentSchemaVersion
ImportHubContentRequest.Builder documentSchemaVersion(String documentSchemaVersion)
The version of the hub content schema to import.
- Parameters:
documentSchemaVersion- The version of the hub content schema to import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubName
ImportHubContentRequest.Builder hubName(String hubName)
The name of the hub to import content into.
- Parameters:
hubName- The name of the hub to import content into.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentDisplayName
ImportHubContentRequest.Builder hubContentDisplayName(String hubContentDisplayName)
The display name of the hub content to import.
- Parameters:
hubContentDisplayName- The display name of the hub content to import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentDescription
ImportHubContentRequest.Builder hubContentDescription(String hubContentDescription)
A description of the hub content to import.
- Parameters:
hubContentDescription- A description of the hub content to import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentMarkdown
ImportHubContentRequest.Builder hubContentMarkdown(String hubContentMarkdown)
A string that provides a description of the hub content. This string can include links, tables, and standard markdown formating.
- Parameters:
hubContentMarkdown- A string that provides a description of the hub content. This string can include links, tables, and standard markdown formating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentDocument
ImportHubContentRequest.Builder hubContentDocument(String hubContentDocument)
The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.
- Parameters:
hubContentDocument- The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentSearchKeywords
ImportHubContentRequest.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
ImportHubContentRequest.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.
-
tags
ImportHubContentRequest.Builder tags(Collection<Tag> tags)
Any tags associated with the hub content.
- Parameters:
tags- Any tags associated with the hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
ImportHubContentRequest.Builder tags(Tag... tags)
Any tags associated with the hub content.
- Parameters:
tags- Any tags associated with the hub content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
ImportHubContentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ImportHubContentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-