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