Class CfnHubMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnHubMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHubMixinProps>
- Enclosing interface:
CfnHubMixinProps
@Stability(Stable)
public static final class CfnHubMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHubMixinProps>
A builder for
CfnHubMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.hubDescription(String hubDescription) Sets the value ofCfnHubMixinProps.getHubDescription()hubDisplayName(String hubDisplayName) Sets the value ofCfnHubMixinProps.getHubDisplayName()Sets the value ofCfnHubMixinProps.getHubName()hubSearchKeywords(List<String> hubSearchKeywords) Sets the value ofCfnHubMixinProps.getHubSearchKeywords()s3StorageConfig(CfnHubPropsMixin.S3StorageConfigProperty s3StorageConfig) Sets the value ofCfnHubMixinProps.getS3StorageConfig()s3StorageConfig(IResolvable s3StorageConfig) Sets the value ofCfnHubMixinProps.getS3StorageConfig()Sets the value ofCfnHubMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
hubDescription
Sets the value ofCfnHubMixinProps.getHubDescription()- Parameters:
hubDescription- A description of the hub.- Returns:
this
-
hubDisplayName
Sets the value ofCfnHubMixinProps.getHubDisplayName()- Parameters:
hubDisplayName- The display name of the hub.- Returns:
this
-
hubName
Sets the value ofCfnHubMixinProps.getHubName()- Parameters:
hubName- The name of the hub.- Returns:
this
-
hubSearchKeywords
@Stability(Stable) public CfnHubMixinProps.Builder hubSearchKeywords(List<String> hubSearchKeywords) Sets the value ofCfnHubMixinProps.getHubSearchKeywords()- Parameters:
hubSearchKeywords- The searchable keywords for the hub.- Returns:
this
-
s3StorageConfig
Sets the value ofCfnHubMixinProps.getS3StorageConfig()- Parameters:
s3StorageConfig- The Amazon S3 storage configuration for the hub.- Returns:
this
-
s3StorageConfig
@Stability(Stable) public CfnHubMixinProps.Builder s3StorageConfig(CfnHubPropsMixin.S3StorageConfigProperty s3StorageConfig) Sets the value ofCfnHubMixinProps.getS3StorageConfig()- Parameters:
s3StorageConfig- The Amazon S3 storage configuration for the hub.- Returns:
this
-
tags
Sets the value ofCfnHubMixinProps.getTags()- Parameters:
tags- Tags to associate with the hub.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnHubMixinProps>- Returns:
- a new instance of
CfnHubMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-