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.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)
A string that provides a description of the hub content.ImportHubContentRequest.Builder
hubContentName(String hubContentName)
The name of the hub content to import.ImportHubContentRequest.Builder
hubContentSearchKeywords(String... hubContentSearchKeywords)
The searchable keywords of the hub content.ImportHubContentRequest.Builder
hubContentSearchKeywords(Collection<String> hubContentSearchKeywords)
The searchable keywords of the hub content.ImportHubContentRequest.Builder
hubContentType(String hubContentType)
The type of hub content to import.ImportHubContentRequest.Builder
hubContentType(HubContentType 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ImportHubContentRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ImportHubContentRequest.Builder
supportStatus(String supportStatus)
The status of the hub content resource.ImportHubContentRequest.Builder
supportStatus(HubContentSupportStatus supportStatus)
The status of the hub content resource.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.-
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
-
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.
-
supportStatus
ImportHubContentRequest.Builder supportStatus(String supportStatus)
The status of the hub content resource.
- Parameters:
supportStatus
- The 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
ImportHubContentRequest.Builder supportStatus(HubContentSupportStatus supportStatus)
The status of the hub content resource.
- Parameters:
supportStatus
- The 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
-
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.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,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:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ImportHubContentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-