static CreateImageRequest.Builder |
CreateImageRequest.builder() |
|
CreateImageRequest.Builder |
CreateImageRequest.Builder.clientToken(String clientToken) |
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
|
CreateImageRequest.Builder |
CreateImageRequest.Builder.containerRecipeArn(String containerRecipeArn) |
The Amazon Resource Name (ARN) of the container recipe that defines how images are configured and tested.
|
CreateImageRequest.Builder |
CreateImageRequest.Builder.distributionConfigurationArn(String distributionConfigurationArn) |
The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of
your pipeline.
|
CreateImageRequest.Builder |
CreateImageRequest.Builder.enhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled) |
Collects additional information about the image being created, including the operating system (OS) version
and package list.
|
CreateImageRequest.Builder |
CreateImageRequest.Builder.executionRole(String executionRole) |
The name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to
perform workflow actions.
|
CreateImageRequest.Builder |
CreateImageRequest.Builder.imageRecipeArn(String imageRecipeArn) |
The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and
assessed.
|
default CreateImageRequest.Builder |
CreateImageRequest.Builder.imageScanningConfiguration(Consumer<ImageScanningConfiguration.Builder> imageScanningConfiguration) |
Contains settings for vulnerability scans.
|
CreateImageRequest.Builder |
CreateImageRequest.Builder.imageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration) |
Contains settings for vulnerability scans.
|
default CreateImageRequest.Builder |
CreateImageRequest.Builder.imageTestsConfiguration(Consumer<ImageTestsConfiguration.Builder> imageTestsConfiguration) |
The image tests configuration of the image.
|
CreateImageRequest.Builder |
CreateImageRequest.Builder.imageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration) |
The image tests configuration of the image.
|
CreateImageRequest.Builder |
CreateImageRequest.Builder.infrastructureConfigurationArn(String infrastructureConfigurationArn) |
The Amazon Resource Name (ARN) of the infrastructure configuration that defines the environment in which your
image will be built and tested.
|
CreateImageRequest.Builder |
CreateImageRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateImageRequest.Builder |
CreateImageRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateImageRequest.Builder |
CreateImageRequest.Builder.tags(Map<String,String> tags) |
The tags of the image.
|
CreateImageRequest.Builder |
CreateImageRequest.toBuilder() |
|
CreateImageRequest.Builder |
CreateImageRequest.Builder.workflows(Collection<WorkflowConfiguration> workflows) |
Contains an array of workflow configuration objects.
|
CreateImageRequest.Builder |
CreateImageRequest.Builder.workflows(Consumer<WorkflowConfiguration.Builder>... workflows) |
Contains an array of workflow configuration objects.
|
CreateImageRequest.Builder |
CreateImageRequest.Builder.workflows(WorkflowConfiguration... workflows) |
Contains an array of workflow configuration objects.
|