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