Class CfnDeploymentPropsMixin.DeploymentConfigurationValidationPolicyProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.greengrassv2.CfnDeploymentPropsMixin.DeploymentConfigurationValidationPolicyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeploymentPropsMixin.DeploymentConfigurationValidationPolicyProperty>
- Enclosing interface:
CfnDeploymentPropsMixin.DeploymentConfigurationValidationPolicyProperty
@Stability(Stable)
public static final class CfnDeploymentPropsMixin.DeploymentConfigurationValidationPolicyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeploymentPropsMixin.DeploymentConfigurationValidationPolicyProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.timeoutInSeconds(Number timeoutInSeconds)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
timeoutInSeconds
@Stability(Stable) public CfnDeploymentPropsMixin.DeploymentConfigurationValidationPolicyProperty.Builder timeoutInSeconds(Number timeoutInSeconds) Sets the value ofCfnDeploymentPropsMixin.DeploymentConfigurationValidationPolicyProperty.getTimeoutInSeconds()- Parameters:
timeoutInSeconds- The amount of time in seconds that a component can validate its configuration updates. If the validation time exceeds this timeout, then the deployment proceeds for the device.Default:
30- Returns:
this
-
build
@Stability(Stable) public CfnDeploymentPropsMixin.DeploymentConfigurationValidationPolicyProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeploymentPropsMixin.DeploymentConfigurationValidationPolicyProperty>- Returns:
- a new instance of
CfnDeploymentPropsMixin.DeploymentConfigurationValidationPolicyProperty - Throws:
NullPointerException- if any required attribute was not provided
-