Class CfnProcessingJob.ProcessingOutputConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnProcessingJob.ProcessingOutputConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProcessingJob.ProcessingOutputConfigProperty>
- Enclosing interface:
CfnProcessingJob.ProcessingOutputConfigProperty
@Stability(Stable)
public static final class CfnProcessingJob.ProcessingOutputConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProcessingJob.ProcessingOutputConfigProperty>
A builder for
CfnProcessingJob.ProcessingOutputConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnProcessingJob.ProcessingOutputConfigProperty.getKmsKeyId()Sets the value ofCfnProcessingJob.ProcessingOutputConfigProperty.getOutputs()outputs(IResolvable outputs) Sets the value ofCfnProcessingJob.ProcessingOutputConfigProperty.getOutputs()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
outputs
@Stability(Stable) public CfnProcessingJob.ProcessingOutputConfigProperty.Builder outputs(IResolvable outputs) Sets the value ofCfnProcessingJob.ProcessingOutputConfigProperty.getOutputs()- Parameters:
outputs- An array of outputs configuring the data to upload from the processing container. This parameter is required.- Returns:
this
-
outputs
@Stability(Stable) public CfnProcessingJob.ProcessingOutputConfigProperty.Builder outputs(List<? extends Object> outputs) Sets the value ofCfnProcessingJob.ProcessingOutputConfigProperty.getOutputs()- Parameters:
outputs- An array of outputs configuring the data to upload from the processing container. This parameter is required.- Returns:
this
-
kmsKeyId
@Stability(Stable) public CfnProcessingJob.ProcessingOutputConfigProperty.Builder kmsKeyId(String kmsKeyId) Sets the value ofCfnProcessingJob.ProcessingOutputConfigProperty.getKmsKeyId()- Parameters:
kmsKeyId- The AWS Key Management Service ( AWS KMS) key that Amazon SageMaker uses to encrypt the processing job output.KmsKeyIdcan be an ID of a KMS key, ARN of a KMS key, or alias of a KMS key. TheKmsKeyIdis applied to all outputs.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProcessingJob.ProcessingOutputConfigProperty>- Returns:
- a new instance of
CfnProcessingJob.ProcessingOutputConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-