Class CfnDataQualityJobDefinition.S3OutputProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition.S3OutputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataQualityJobDefinition.S3OutputProperty>
- Enclosing interface:
CfnDataQualityJobDefinition.S3OutputProperty
@Stability(Stable)
public static final class CfnDataQualityJobDefinition.S3OutputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataQualityJobDefinition.S3OutputProperty>
A builder for
CfnDataQualityJobDefinition.S3OutputProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnDataQualityJobDefinition.S3OutputProperty.getLocalPath()
s3UploadMode
(String s3UploadMode) Sets the value ofCfnDataQualityJobDefinition.S3OutputProperty.getS3UploadMode()
Sets the value ofCfnDataQualityJobDefinition.S3OutputProperty.getS3Uri()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
localPath
@Stability(Stable) public CfnDataQualityJobDefinition.S3OutputProperty.Builder localPath(String localPath) Sets the value ofCfnDataQualityJobDefinition.S3OutputProperty.getLocalPath()
- Parameters:
localPath
- The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. This parameter is required. LocalPath is an absolute path for the output data.- Returns:
this
-
s3Uri
Sets the value ofCfnDataQualityJobDefinition.S3OutputProperty.getS3Uri()
- Parameters:
s3Uri
- A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. This parameter is required.- Returns:
this
-
s3UploadMode
@Stability(Stable) public CfnDataQualityJobDefinition.S3OutputProperty.Builder s3UploadMode(String s3UploadMode) Sets the value ofCfnDataQualityJobDefinition.S3OutputProperty.getS3UploadMode()
- Parameters:
s3UploadMode
- Whether to upload the results of the monitoring job continuously or after the job completes.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDataQualityJobDefinition.S3OutputProperty>
- Returns:
- a new instance of
CfnDataQualityJobDefinition.S3OutputProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-