Class CfnTransformJobPropsMixin.TransformOutputProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnTransformJobPropsMixin.TransformOutputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTransformJobPropsMixin.TransformOutputProperty>
- Enclosing interface:
CfnTransformJobPropsMixin.TransformOutputProperty
@Stability(Stable)
public static final class CfnTransformJobPropsMixin.TransformOutputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTransformJobPropsMixin.TransformOutputProperty>
A builder for
CfnTransformJobPropsMixin.TransformOutputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnTransformJobPropsMixin.TransformOutputProperty.getAccept()assembleWith(String assembleWith) Sets the value ofCfnTransformJobPropsMixin.TransformOutputProperty.getAssembleWith()build()Builds the configured instance.Sets the value ofCfnTransformJobPropsMixin.TransformOutputProperty.getKmsKeyId()s3OutputPath(String s3OutputPath) Sets the value ofCfnTransformJobPropsMixin.TransformOutputProperty.getS3OutputPath()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
accept
@Stability(Stable) public CfnTransformJobPropsMixin.TransformOutputProperty.Builder accept(String accept) Sets the value ofCfnTransformJobPropsMixin.TransformOutputProperty.getAccept()- Parameters:
accept- The MIME type used to specify the output data.- Returns:
this
-
assembleWith
@Stability(Stable) public CfnTransformJobPropsMixin.TransformOutputProperty.Builder assembleWith(String assembleWith) Sets the value ofCfnTransformJobPropsMixin.TransformOutputProperty.getAssembleWith()- Parameters:
assembleWith- Defines how to assemble the results of the transform job as a single S3 object.- Returns:
this
-
kmsKeyId
@Stability(Stable) public CfnTransformJobPropsMixin.TransformOutputProperty.Builder kmsKeyId(String kmsKeyId) Sets the value ofCfnTransformJobPropsMixin.TransformOutputProperty.getKmsKeyId()- Parameters:
kmsKeyId- The AWS KMS key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.- Returns:
this
-
s3OutputPath
@Stability(Stable) public CfnTransformJobPropsMixin.TransformOutputProperty.Builder s3OutputPath(String s3OutputPath) Sets the value ofCfnTransformJobPropsMixin.TransformOutputProperty.getS3OutputPath()- Parameters:
s3OutputPath- The Amazon S3 path where you want Amazon SageMaker to store the results of the transform job.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTransformJobPropsMixin.TransformOutputProperty>- Returns:
- a new instance of
CfnTransformJobPropsMixin.TransformOutputProperty - Throws:
NullPointerException- if any required attribute was not provided
-