Class SageMakerTrainingJobStateChange.DataSource.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.sagemaker.events.SageMakerTrainingJobStateChange.DataSource.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SageMakerTrainingJobStateChange.DataSource>
- Enclosing interface:
SageMakerTrainingJobStateChange.DataSource
@Stability(Experimental)
public static final class SageMakerTrainingJobStateChange.DataSource.Builder
extends Object
implements software.amazon.jsii.Builder<SageMakerTrainingJobStateChange.DataSource>
A builder for
SageMakerTrainingJobStateChange.DataSource-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3DataSource(SageMakerTrainingJobStateChange.S3DataSource s3DataSource) Sets the value ofSageMakerTrainingJobStateChange.DataSource.getS3DataSource()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3DataSource
@Stability(Experimental) public SageMakerTrainingJobStateChange.DataSource.Builder s3DataSource(SageMakerTrainingJobStateChange.S3DataSource s3DataSource) Sets the value ofSageMakerTrainingJobStateChange.DataSource.getS3DataSource()- Parameters:
s3DataSource- S3DataSource property. Specify an array of string values to match this event if the actual value of S3DataSource is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SageMakerTrainingJobStateChange.DataSource>- Returns:
- a new instance of
SageMakerTrainingJobStateChange.DataSource - Throws:
NullPointerException- if any required attribute was not provided
-