Interface DeploymentConfigurationValidationPolicy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeploymentConfigurationValidationPolicy.Builder,DeploymentConfigurationValidationPolicy>,SdkBuilder<DeploymentConfigurationValidationPolicy.Builder,DeploymentConfigurationValidationPolicy>,SdkPojo
- Enclosing class:
- DeploymentConfigurationValidationPolicy
public static interface DeploymentConfigurationValidationPolicy.Builder extends SdkPojo, CopyableBuilder<DeploymentConfigurationValidationPolicy.Builder,DeploymentConfigurationValidationPolicy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploymentConfigurationValidationPolicy.BuildertimeoutInSeconds(Integer timeoutInSeconds)The amount of time in seconds that a component can validate its configuration updates.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
timeoutInSeconds
DeploymentConfigurationValidationPolicy.Builder timeoutInSeconds(Integer 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- 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:
- Returns a reference to this object so that method calls can be chained together.
-
-