Class CfnHubPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnHubPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHubPropsMixin>
- Enclosing class:
CfnHubPropsMixin
@Stability(Stable)
public static final class CfnHubPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHubPropsMixin>
A fluent builder for
CfnHubPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnHubPropsMixin.Buildercreate()static CfnHubPropsMixin.Buildercreate(CfnPropertyMixinOptions options) hubDescription(String hubDescription) A description of the hub.hubDisplayName(String hubDisplayName) The display name of the hub.The name of the hub.hubSearchKeywords(List<String> hubSearchKeywords) The searchable keywords for the hub.s3StorageConfig(CfnHubPropsMixin.S3StorageConfigProperty s3StorageConfig) The Amazon S3 storage configuration for the hub.s3StorageConfig(IResolvable s3StorageConfig) The Amazon S3 storage configuration for the hub.Tags to associate with the hub.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnHubPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnHubPropsMixin.Builder.
-
hubDescription
A description of the hub.- Parameters:
hubDescription- A description of the hub. This parameter is required.- Returns:
this- See Also:
-
hubDisplayName
The display name of the hub.- Parameters:
hubDisplayName- The display name of the hub. This parameter is required.- Returns:
this- See Also:
-
hubName
The name of the hub.- Parameters:
hubName- The name of the hub. This parameter is required.- Returns:
this- See Also:
-
hubSearchKeywords
@Stability(Stable) public CfnHubPropsMixin.Builder hubSearchKeywords(List<String> hubSearchKeywords) The searchable keywords for the hub.- Parameters:
hubSearchKeywords- The searchable keywords for the hub. This parameter is required.- Returns:
this- See Also:
-
s3StorageConfig
The Amazon S3 storage configuration for the hub.- Parameters:
s3StorageConfig- The Amazon S3 storage configuration for the hub. This parameter is required.- Returns:
this- See Also:
-
s3StorageConfig
@Stability(Stable) public CfnHubPropsMixin.Builder s3StorageConfig(CfnHubPropsMixin.S3StorageConfigProperty s3StorageConfig) The Amazon S3 storage configuration for the hub.- Parameters:
s3StorageConfig- The Amazon S3 storage configuration for the hub. This parameter is required.- Returns:
this- See Also:
-
tags
Tags to associate with the hub.- Parameters:
tags- Tags to associate with the hub. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnHubPropsMixin>- Returns:
- a newly built instance of
CfnHubPropsMixin.
-