Class CfnDeploymentPropsMixin.DeploymentIoTJobConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.greengrassv2.CfnDeploymentPropsMixin.DeploymentIoTJobConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeploymentPropsMixin.DeploymentIoTJobConfigurationProperty>
- Enclosing interface:
CfnDeploymentPropsMixin.DeploymentIoTJobConfigurationProperty
@Stability(Stable)
public static final class CfnDeploymentPropsMixin.DeploymentIoTJobConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeploymentPropsMixin.DeploymentIoTJobConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabortConfig(IResolvable abortConfig) build()Builds the configured instance.jobExecutionsRolloutConfig(CfnDeploymentPropsMixin.IoTJobExecutionsRolloutConfigProperty jobExecutionsRolloutConfig) jobExecutionsRolloutConfig(IResolvable jobExecutionsRolloutConfig) timeoutConfig(CfnDeploymentPropsMixin.IoTJobTimeoutConfigProperty timeoutConfig) timeoutConfig(IResolvable timeoutConfig)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
abortConfig
@Stability(Stable) public CfnDeploymentPropsMixin.DeploymentIoTJobConfigurationProperty.Builder abortConfig(IResolvable abortConfig) - Parameters:
abortConfig- The stop configuration for the job. This configuration defines when and how to stop a job rollout.- Returns:
this
-
abortConfig
@Stability(Stable) public CfnDeploymentPropsMixin.DeploymentIoTJobConfigurationProperty.Builder abortConfig(CfnDeploymentPropsMixin.IoTJobAbortConfigProperty abortConfig) - Parameters:
abortConfig- The stop configuration for the job. This configuration defines when and how to stop a job rollout.- Returns:
this
-
jobExecutionsRolloutConfig
@Stability(Stable) public CfnDeploymentPropsMixin.DeploymentIoTJobConfigurationProperty.Builder jobExecutionsRolloutConfig(IResolvable jobExecutionsRolloutConfig) Sets the value ofCfnDeploymentPropsMixin.DeploymentIoTJobConfigurationProperty.getJobExecutionsRolloutConfig()- Parameters:
jobExecutionsRolloutConfig- The rollout configuration for the job. This configuration defines the rate at which the job rolls out to the fleet of target devices.- Returns:
this
-
jobExecutionsRolloutConfig
@Stability(Stable) public CfnDeploymentPropsMixin.DeploymentIoTJobConfigurationProperty.Builder jobExecutionsRolloutConfig(CfnDeploymentPropsMixin.IoTJobExecutionsRolloutConfigProperty jobExecutionsRolloutConfig) Sets the value ofCfnDeploymentPropsMixin.DeploymentIoTJobConfigurationProperty.getJobExecutionsRolloutConfig()- Parameters:
jobExecutionsRolloutConfig- The rollout configuration for the job. This configuration defines the rate at which the job rolls out to the fleet of target devices.- Returns:
this
-
timeoutConfig
@Stability(Stable) public CfnDeploymentPropsMixin.DeploymentIoTJobConfigurationProperty.Builder timeoutConfig(IResolvable timeoutConfig) - Parameters:
timeoutConfig- The timeout configuration for the job. This configuration defines the amount of time each device has to complete the job.- Returns:
this
-
timeoutConfig
@Stability(Stable) public CfnDeploymentPropsMixin.DeploymentIoTJobConfigurationProperty.Builder timeoutConfig(CfnDeploymentPropsMixin.IoTJobTimeoutConfigProperty timeoutConfig) - Parameters:
timeoutConfig- The timeout configuration for the job. This configuration defines the amount of time each device has to complete the job.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeploymentPropsMixin.DeploymentIoTJobConfigurationProperty>- Returns:
- a new instance of
CfnDeploymentPropsMixin.DeploymentIoTJobConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-