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