Class CfnProcessingJobPropsMixin.ProcessingOutputConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnProcessingJobPropsMixin.ProcessingOutputConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProcessingJobPropsMixin.ProcessingOutputConfigProperty>
- Enclosing interface:
CfnProcessingJobPropsMixin.ProcessingOutputConfigProperty
@Stability(Stable)
public static final class CfnProcessingJobPropsMixin.ProcessingOutputConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProcessingJobPropsMixin.ProcessingOutputConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnProcessingJobPropsMixin.ProcessingOutputConfigProperty.getKmsKeyId()Sets the value ofCfnProcessingJobPropsMixin.ProcessingOutputConfigProperty.getOutputs()outputs(IResolvable outputs) Sets the value ofCfnProcessingJobPropsMixin.ProcessingOutputConfigProperty.getOutputs()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsKeyId
@Stability(Stable) public CfnProcessingJobPropsMixin.ProcessingOutputConfigProperty.Builder kmsKeyId(String kmsKeyId) Sets the value ofCfnProcessingJobPropsMixin.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
-
outputs
@Stability(Stable) public CfnProcessingJobPropsMixin.ProcessingOutputConfigProperty.Builder outputs(IResolvable outputs) Sets the value ofCfnProcessingJobPropsMixin.ProcessingOutputConfigProperty.getOutputs()- Parameters:
outputs- An array of outputs configuring the data to upload from the processing container.- Returns:
this
-
outputs
@Stability(Stable) public CfnProcessingJobPropsMixin.ProcessingOutputConfigProperty.Builder outputs(List<? extends Object> outputs) Sets the value ofCfnProcessingJobPropsMixin.ProcessingOutputConfigProperty.getOutputs()- Parameters:
outputs- An array of outputs configuring the data to upload from the processing container.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProcessingJobPropsMixin.ProcessingOutputConfigProperty>- Returns:
- a new instance of
CfnProcessingJobPropsMixin.ProcessingOutputConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-