@Stability(value=Stable) public static final class CfnImage.ImageTestsConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnImage.ImageTestsConfigurationProperty>
CfnImage.ImageTestsConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnImage.ImageTestsConfigurationProperty |
build()
Builds the configured instance.
|
CfnImage.ImageTestsConfigurationProperty.Builder |
imageTestsEnabled(Boolean imageTestsEnabled)
Sets the value of
CfnImage.ImageTestsConfigurationProperty.getImageTestsEnabled() |
CfnImage.ImageTestsConfigurationProperty.Builder |
imageTestsEnabled(IResolvable imageTestsEnabled)
Sets the value of
CfnImage.ImageTestsConfigurationProperty.getImageTestsEnabled() |
CfnImage.ImageTestsConfigurationProperty.Builder |
timeoutMinutes(Number timeoutMinutes)
Sets the value of
CfnImage.ImageTestsConfigurationProperty.getTimeoutMinutes() |
@Stability(value=Stable) public CfnImage.ImageTestsConfigurationProperty.Builder imageTestsEnabled(Boolean imageTestsEnabled)
CfnImage.ImageTestsConfigurationProperty.getImageTestsEnabled()imageTestsEnabled - Determines if tests should run after building the image.
Image Builder defaults to enable tests to run following the image build, before image distribution.this@Stability(value=Stable) public CfnImage.ImageTestsConfigurationProperty.Builder imageTestsEnabled(IResolvable imageTestsEnabled)
CfnImage.ImageTestsConfigurationProperty.getImageTestsEnabled()imageTestsEnabled - Determines if tests should run after building the image.
Image Builder defaults to enable tests to run following the image build, before image distribution.this@Stability(value=Stable) public CfnImage.ImageTestsConfigurationProperty.Builder timeoutMinutes(Number timeoutMinutes)
CfnImage.ImageTestsConfigurationProperty.getTimeoutMinutes()timeoutMinutes - The maximum time in minutes that tests are permitted to run.this@Stability(value=Stable) public CfnImage.ImageTestsConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnImage.ImageTestsConfigurationProperty>CfnImage.ImageTestsConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.