Class CfnHubPropsMixin.S3StorageConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnHubPropsMixin.S3StorageConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHubPropsMixin.S3StorageConfigProperty>
- Enclosing interface:
CfnHubPropsMixin.S3StorageConfigProperty
@Stability(Stable)
public static final class CfnHubPropsMixin.S3StorageConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHubPropsMixin.S3StorageConfigProperty>
A builder for
CfnHubPropsMixin.S3StorageConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3OutputPath(String s3OutputPath) Sets the value ofCfnHubPropsMixin.S3StorageConfigProperty.getS3OutputPath()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3OutputPath
@Stability(Stable) public CfnHubPropsMixin.S3StorageConfigProperty.Builder s3OutputPath(String s3OutputPath) Sets the value ofCfnHubPropsMixin.S3StorageConfigProperty.getS3OutputPath()- Parameters:
s3OutputPath- The Amazon S3 bucket prefix for hosting hub content.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnHubPropsMixin.S3StorageConfigProperty>- Returns:
- a new instance of
CfnHubPropsMixin.S3StorageConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-