Class SageMakerModelBuildingPipelineExecutionStepStatusChange.Metadata.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.sagemaker.events.SageMakerModelBuildingPipelineExecutionStepStatusChange.Metadata.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SageMakerModelBuildingPipelineExecutionStepStatusChange.Metadata>
- Enclosing interface:
SageMakerModelBuildingPipelineExecutionStepStatusChange.Metadata
@Stability(Experimental)
public static final class SageMakerModelBuildingPipelineExecutionStepStatusChange.Metadata.Builder
extends Object
implements software.amazon.jsii.Builder<SageMakerModelBuildingPipelineExecutionStepStatusChange.Metadata>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
processingJob
@Stability(Experimental) public SageMakerModelBuildingPipelineExecutionStepStatusChange.Metadata.Builder processingJob(SageMakerModelBuildingPipelineExecutionStepStatusChange.ProcessingJob processingJob) Sets the value ofSageMakerModelBuildingPipelineExecutionStepStatusChange.Metadata.getProcessingJob()- Parameters:
processingJob- processingJob property. Specify an array of string values to match this event if the actual value of processingJob 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 SageMakerModelBuildingPipelineExecutionStepStatusChange.Metadata build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SageMakerModelBuildingPipelineExecutionStepStatusChange.Metadata>- Returns:
- a new instance of
SageMakerModelBuildingPipelineExecutionStepStatusChange.Metadata - Throws:
NullPointerException- if any required attribute was not provided
-