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