Interface ImageTestsConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ImageTestsConfiguration.Builder,,ImageTestsConfiguration> SdkBuilder<ImageTestsConfiguration.Builder,,ImageTestsConfiguration> SdkPojo
- Enclosing class:
ImageTestsConfiguration
@Mutable
@NotThreadSafe
public static interface ImageTestsConfiguration.Builder
extends SdkPojo, CopyableBuilder<ImageTestsConfiguration.Builder,ImageTestsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionimageTestsEnabled(Boolean imageTestsEnabled) Specifies whether tests run after building the image.timeoutMinutes(Integer timeoutMinutes) The maximum time in minutes that tests are permitted to run.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
imageTestsEnabled
Specifies whether tests run after building the image. When enabled, tests run after the image build and before image distribution. Defaults to
true.- Parameters:
imageTestsEnabled- Specifies whether tests run after building the image. When enabled, tests run after the image build and before image distribution. Defaults totrue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeoutMinutes
The maximum time in minutes that tests are permitted to run. If you don't specify a value, Image Builder stores and returns 720.
The timeout property is not currently active. This value is ignored.
- Parameters:
timeoutMinutes- The maximum time in minutes that tests are permitted to run. If you don't specify a value, Image Builder stores and returns 720.The timeout property is not currently active. This value is ignored.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-