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