Class CfnTransformJob.TransformOutputProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnTransformJob.TransformOutputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTransformJob.TransformOutputProperty>
- Enclosing interface:
CfnTransformJob.TransformOutputProperty
@Stability(Stable)
public static final class CfnTransformJob.TransformOutputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTransformJob.TransformOutputProperty>
A builder for
CfnTransformJob.TransformOutputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnTransformJob.TransformOutputProperty.getAccept()assembleWith(String assembleWith) Sets the value ofCfnTransformJob.TransformOutputProperty.getAssembleWith()build()Builds the configured instance.Sets the value ofCfnTransformJob.TransformOutputProperty.getKmsKeyId()s3OutputPath(String s3OutputPath) Sets the value ofCfnTransformJob.TransformOutputProperty.getS3OutputPath()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3OutputPath
@Stability(Stable) public CfnTransformJob.TransformOutputProperty.Builder s3OutputPath(String s3OutputPath) Sets the value ofCfnTransformJob.TransformOutputProperty.getS3OutputPath()- Parameters:
s3OutputPath- The Amazon S3 path where you want Amazon SageMaker to store the results of the transform job. This parameter is required.- Returns:
this
-
accept
Sets the value ofCfnTransformJob.TransformOutputProperty.getAccept()- Parameters:
accept- The MIME type used to specify the output data.- Returns:
this
-
assembleWith
@Stability(Stable) public CfnTransformJob.TransformOutputProperty.Builder assembleWith(String assembleWith) Sets the value ofCfnTransformJob.TransformOutputProperty.getAssembleWith()- Parameters:
assembleWith- Defines how to assemble the results of the transform job as a single S3 object.- Returns:
this
-
kmsKeyId
Sets the value ofCfnTransformJob.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
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTransformJob.TransformOutputProperty>- Returns:
- a new instance of
CfnTransformJob.TransformOutputProperty - Throws:
NullPointerException- if any required attribute was not provided
-