public static final class CfnImage.ImageTestsConfigurationProperty.Builder
extends java.lang.Object
CfnImage.ImageTestsConfigurationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnImage.ImageTestsConfigurationProperty |
build()
Builds the configured instance.
|
CfnImage.ImageTestsConfigurationProperty.Builder |
imageTestsEnabled(java.lang.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(java.lang.Number timeoutMinutes)
Sets the value of
CfnImage.ImageTestsConfigurationProperty.getTimeoutMinutes() |
public CfnImage.ImageTestsConfigurationProperty.Builder imageTestsEnabled(java.lang.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
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
public CfnImage.ImageTestsConfigurationProperty.Builder timeoutMinutes(java.lang.Number timeoutMinutes)
CfnImage.ImageTestsConfigurationProperty.getTimeoutMinutes()
timeoutMinutes
- The maximum time in minutes that tests are permitted to run.
The timeoutMinutes attribute is not currently active. This value is ignored.
this
public CfnImage.ImageTestsConfigurationProperty build()
CfnImage.ImageTestsConfigurationProperty
java.lang.NullPointerException
- if any required attribute was not provided