Class CfnJobPropsMixin.AbortConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnJobPropsMixin.AbortConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnJobPropsMixin.AbortConfigProperty>
- Enclosing interface:
CfnJobPropsMixin.AbortConfigProperty
@Stability(Stable)
public static final class CfnJobPropsMixin.AbortConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnJobPropsMixin.AbortConfigProperty>
A builder for
CfnJobPropsMixin.AbortConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.criteriaList(List<? extends Object> criteriaList) Sets the value ofCfnJobPropsMixin.AbortConfigProperty.getCriteriaList()criteriaList(IResolvable criteriaList) Sets the value ofCfnJobPropsMixin.AbortConfigProperty.getCriteriaList()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
criteriaList
@Stability(Stable) public CfnJobPropsMixin.AbortConfigProperty.Builder criteriaList(IResolvable criteriaList) Sets the value ofCfnJobPropsMixin.AbortConfigProperty.getCriteriaList()- Parameters:
criteriaList- The list of criteria that determine when and how to abort the job.- Returns:
this
-
criteriaList
@Stability(Stable) public CfnJobPropsMixin.AbortConfigProperty.Builder criteriaList(List<? extends Object> criteriaList) Sets the value ofCfnJobPropsMixin.AbortConfigProperty.getCriteriaList()- Parameters:
criteriaList- The list of criteria that determine when and how to abort the job.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnJobPropsMixin.AbortConfigProperty>- Returns:
- a new instance of
CfnJobPropsMixin.AbortConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-