Class CfnHub.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnHub.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHub>
- Enclosing class:
CfnHub
@Stability(Stable)
public static final class CfnHub.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHub>
A fluent builder for
CfnHub.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnHub.BuilderhubDescription(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(IResolvable s3StorageConfig) The Amazon S3 storage configuration for the hub.s3StorageConfig(CfnHub.S3StorageConfigProperty s3StorageConfig) The Amazon S3 storage configuration for the hub.Tags to associate with the hub.
-
Method Details
-
create
@Stability(Stable) public static CfnHub.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnHub.Builder.
-
hubDescription
A description of the hub.- Parameters:
hubDescription- A description 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:
-
hubDisplayName
The display name of the hub.- Parameters:
hubDisplayName- The display name of the hub. This parameter is required.- Returns:
this- See Also:
-
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 CfnHub.Builder s3StorageConfig(CfnHub.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
-