| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ImageTestsConfiguration |
ImageTestsConfiguration.clone() |
ImageTestsConfiguration |
Image.getImageTestsConfiguration()
The image tests that ran when that Image Builder created this image.
|
ImageTestsConfiguration |
CreateImageRequest.getImageTestsConfiguration()
The image tests configuration of the image.
|
ImageTestsConfiguration |
ImagePipeline.getImageTestsConfiguration()
The image tests configuration of the image pipeline.
|
ImageTestsConfiguration |
CreateImagePipelineRequest.getImageTestsConfiguration()
The image test configuration of the image pipeline.
|
ImageTestsConfiguration |
UpdateImagePipelineRequest.getImageTestsConfiguration()
The image test configuration of the image pipeline.
|
ImageTestsConfiguration |
ImageTestsConfiguration.withImageTestsEnabled(Boolean imageTestsEnabled)
Determines if tests should run after building the image.
|
ImageTestsConfiguration |
ImageTestsConfiguration.withTimeoutMinutes(Integer timeoutMinutes)
The maximum time in minutes that tests are permitted to run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Image.setImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image tests that ran when that Image Builder created this image.
|
void |
CreateImageRequest.setImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image tests configuration of the image.
|
void |
ImagePipeline.setImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image tests configuration of the image pipeline.
|
void |
CreateImagePipelineRequest.setImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image test configuration of the image pipeline.
|
void |
UpdateImagePipelineRequest.setImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image test configuration of the image pipeline.
|
Image |
Image.withImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image tests that ran when that Image Builder created this image.
|
CreateImageRequest |
CreateImageRequest.withImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image tests configuration of the image.
|
ImagePipeline |
ImagePipeline.withImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image tests configuration of the image pipeline.
|
CreateImagePipelineRequest |
CreateImagePipelineRequest.withImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image test configuration of the image pipeline.
|
UpdateImagePipelineRequest |
UpdateImagePipelineRequest.withImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image test configuration of the image pipeline.
|
Copyright © 2024. All rights reserved.