Class SageMakerHyperParameterTuningJobStateChange.S3DataSource.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.sagemaker.events.SageMakerHyperParameterTuningJobStateChange.S3DataSource.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SageMakerHyperParameterTuningJobStateChange.S3DataSource>
- Enclosing interface:
SageMakerHyperParameterTuningJobStateChange.S3DataSource
@Stability(Experimental)
public static final class SageMakerHyperParameterTuningJobStateChange.S3DataSource.Builder
extends Object
implements software.amazon.jsii.Builder<SageMakerHyperParameterTuningJobStateChange.S3DataSource>
A builder for
SageMakerHyperParameterTuningJobStateChange.S3DataSource-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3DataDistributionType(List<String> s3DataDistributionType) s3DataType(List<String> s3DataType) Sets the value ofSageMakerHyperParameterTuningJobStateChange.S3DataSource.getS3DataType()Sets the value ofSageMakerHyperParameterTuningJobStateChange.S3DataSource.getS3Uri()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3DataDistributionType
@Stability(Experimental) public SageMakerHyperParameterTuningJobStateChange.S3DataSource.Builder s3DataDistributionType(List<String> s3DataDistributionType) Sets the value ofSageMakerHyperParameterTuningJobStateChange.S3DataSource.getS3DataDistributionType()- Parameters:
s3DataDistributionType- S3DataDistributionType property. Specify an array of string values to match this event if the actual value of S3DataDistributionType is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
s3DataType
@Stability(Experimental) public SageMakerHyperParameterTuningJobStateChange.S3DataSource.Builder s3DataType(List<String> s3DataType) Sets the value ofSageMakerHyperParameterTuningJobStateChange.S3DataSource.getS3DataType()- Parameters:
s3DataType- S3DataType property. Specify an array of string values to match this event if the actual value of S3DataType is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
s3Uri
@Stability(Experimental) public SageMakerHyperParameterTuningJobStateChange.S3DataSource.Builder s3Uri(List<String> s3Uri) Sets the value ofSageMakerHyperParameterTuningJobStateChange.S3DataSource.getS3Uri()- Parameters:
s3Uri- S3Uri property. Specify an array of string values to match this event if the actual value of S3Uri 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<SageMakerHyperParameterTuningJobStateChange.S3DataSource>- Returns:
- a new instance of
SageMakerHyperParameterTuningJobStateChange.S3DataSource - Throws:
NullPointerException- if any required attribute was not provided
-