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