Class CfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty>
- Enclosing interface:
CfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty
@Stability(Stable)
public static final class CfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3OutputPath(String s3OutputPath)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3OutputPath
@Stability(Stable) public CfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty.Builder s3OutputPath(String s3OutputPath) Sets the value ofCfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty.getS3OutputPath()- Parameters:
s3OutputPath- The Amazon S3 output path to export your model card PDF.- Returns:
this
-
build
@Stability(Stable) public CfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty>- Returns:
- a new instance of
CfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-