@Stability(value=Stable) public static final class CfnComputeEnvironment.UpdatePolicyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnComputeEnvironment.UpdatePolicyProperty>
CfnComputeEnvironment.UpdatePolicyProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnComputeEnvironment.UpdatePolicyProperty |
build()
Builds the configured instance.
|
CfnComputeEnvironment.UpdatePolicyProperty.Builder |
jobExecutionTimeoutMinutes(Number jobExecutionTimeoutMinutes)
|
CfnComputeEnvironment.UpdatePolicyProperty.Builder |
terminateJobsOnUpdate(Boolean terminateJobsOnUpdate)
Sets the value of
CfnComputeEnvironment.UpdatePolicyProperty.getTerminateJobsOnUpdate() |
CfnComputeEnvironment.UpdatePolicyProperty.Builder |
terminateJobsOnUpdate(IResolvable terminateJobsOnUpdate)
Sets the value of
CfnComputeEnvironment.UpdatePolicyProperty.getTerminateJobsOnUpdate() |
@Stability(value=Stable) public CfnComputeEnvironment.UpdatePolicyProperty.Builder jobExecutionTimeoutMinutes(Number jobExecutionTimeoutMinutes)
jobExecutionTimeoutMinutes - Specifies the job timeout, in minutes, when the compute environment infrastructure is updated.
The default value is 30.this@Stability(value=Stable) public CfnComputeEnvironment.UpdatePolicyProperty.Builder terminateJobsOnUpdate(Boolean terminateJobsOnUpdate)
CfnComputeEnvironment.UpdatePolicyProperty.getTerminateJobsOnUpdate()terminateJobsOnUpdate - Specifies whether jobs are automatically terminated when the computer environment infrastructure is updated.
The default value is false .this@Stability(value=Stable) public CfnComputeEnvironment.UpdatePolicyProperty.Builder terminateJobsOnUpdate(IResolvable terminateJobsOnUpdate)
CfnComputeEnvironment.UpdatePolicyProperty.getTerminateJobsOnUpdate()terminateJobsOnUpdate - Specifies whether jobs are automatically terminated when the computer environment infrastructure is updated.
The default value is false .this@Stability(value=Stable) public CfnComputeEnvironment.UpdatePolicyProperty build()
build in interface software.amazon.jsii.Builder<CfnComputeEnvironment.UpdatePolicyProperty>CfnComputeEnvironment.UpdatePolicyPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.