public static interface CreateImagePipelineRequest.Builder extends ImagebuilderRequest.Builder, SdkPojo, CopyableBuilder<CreateImagePipelineRequest.Builder,CreateImagePipelineRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateImagePipelineRequest.Builder |
clientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
CreateImagePipelineRequest.Builder |
containerRecipeArn(String containerRecipeArn)
The Amazon Resource Name (ARN) of the container recipe that is used to configure images created by this
container pipeline.
|
CreateImagePipelineRequest.Builder |
description(String description)
The description of the image pipeline.
|
CreateImagePipelineRequest.Builder |
distributionConfigurationArn(String distributionConfigurationArn)
The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and
distribute images created by this image pipeline.
|
CreateImagePipelineRequest.Builder |
enhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled)
Collects additional information about the image being created, including the operating system (OS) version
and package list.
|
CreateImagePipelineRequest.Builder |
imageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe that will be used to configure images created by this
image pipeline.
|
default CreateImagePipelineRequest.Builder |
imageScanningConfiguration(Consumer<ImageScanningConfiguration.Builder> imageScanningConfiguration)
Contains settings for vulnerability scans.
|
CreateImagePipelineRequest.Builder |
imageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
Contains settings for vulnerability scans.
|
default CreateImagePipelineRequest.Builder |
imageTestsConfiguration(Consumer<ImageTestsConfiguration.Builder> imageTestsConfiguration)
The image test configuration of the image pipeline.
|
CreateImagePipelineRequest.Builder |
imageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image test configuration of the image pipeline.
|
CreateImagePipelineRequest.Builder |
infrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images created
by this image pipeline.
|
CreateImagePipelineRequest.Builder |
name(String name)
The name of the image pipeline.
|
CreateImagePipelineRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateImagePipelineRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateImagePipelineRequest.Builder |
schedule(Consumer<Schedule.Builder> schedule)
The schedule of the image pipeline.
|
CreateImagePipelineRequest.Builder |
schedule(Schedule schedule)
The schedule of the image pipeline.
|
CreateImagePipelineRequest.Builder |
status(PipelineStatus status)
The status of the image pipeline.
|
CreateImagePipelineRequest.Builder |
status(String status)
The status of the image pipeline.
|
CreateImagePipelineRequest.Builder |
tags(Map<String,String> tags)
The tags of the image pipeline.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateImagePipelineRequest.Builder name(String name)
The name of the image pipeline.
name - The name of the image pipeline.CreateImagePipelineRequest.Builder description(String description)
The description of the image pipeline.
description - The description of the image pipeline.CreateImagePipelineRequest.Builder imageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe that will be used to configure images created by this image pipeline.
imageRecipeArn - The Amazon Resource Name (ARN) of the image recipe that will be used to configure images created by
this image pipeline.CreateImagePipelineRequest.Builder containerRecipeArn(String containerRecipeArn)
The Amazon Resource Name (ARN) of the container recipe that is used to configure images created by this container pipeline.
containerRecipeArn - The Amazon Resource Name (ARN) of the container recipe that is used to configure images created by
this container pipeline.CreateImagePipelineRequest.Builder infrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images created by this image pipeline.
infrastructureConfigurationArn - The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images
created by this image pipeline.CreateImagePipelineRequest.Builder distributionConfigurationArn(String distributionConfigurationArn)
The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images created by this image pipeline.
distributionConfigurationArn - The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and
distribute images created by this image pipeline.CreateImagePipelineRequest.Builder imageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image test configuration of the image pipeline.
imageTestsConfiguration - The image test configuration of the image pipeline.default CreateImagePipelineRequest.Builder imageTestsConfiguration(Consumer<ImageTestsConfiguration.Builder> imageTestsConfiguration)
The image test configuration of the image pipeline.
This is a convenience method that creates an instance of theImageTestsConfiguration.Builder avoiding
the need to create one manually via ImageTestsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to imageTestsConfiguration(ImageTestsConfiguration).
imageTestsConfiguration - a consumer that will call methods on ImageTestsConfiguration.BuilderimageTestsConfiguration(ImageTestsConfiguration)CreateImagePipelineRequest.Builder enhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled)
Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
enhancedImageMetadataEnabled - Collects additional information about the image being created, including the operating system (OS)
version and package list. This information is used to enhance the overall experience of using EC2
Image Builder. Enabled by default.CreateImagePipelineRequest.Builder schedule(Schedule schedule)
The schedule of the image pipeline.
schedule - The schedule of the image pipeline.default CreateImagePipelineRequest.Builder schedule(Consumer<Schedule.Builder> schedule)
The schedule of the image pipeline.
This is a convenience method that creates an instance of theSchedule.Builder avoiding the need to
create one manually via Schedule.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to schedule(Schedule).
schedule - a consumer that will call methods on Schedule.Builderschedule(Schedule)CreateImagePipelineRequest.Builder status(String status)
The status of the image pipeline.
status - The status of the image pipeline.PipelineStatus,
PipelineStatusCreateImagePipelineRequest.Builder status(PipelineStatus status)
The status of the image pipeline.
status - The status of the image pipeline.PipelineStatus,
PipelineStatusCreateImagePipelineRequest.Builder tags(Map<String,String> tags)
The tags of the image pipeline.
tags - The tags of the image pipeline.CreateImagePipelineRequest.Builder clientToken(String clientToken)
The idempotency token used to make this request idempotent.
clientToken - The idempotency token used to make this request idempotent.CreateImagePipelineRequest.Builder imageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
Contains settings for vulnerability scans.
imageScanningConfiguration - Contains settings for vulnerability scans.default CreateImagePipelineRequest.Builder imageScanningConfiguration(Consumer<ImageScanningConfiguration.Builder> imageScanningConfiguration)
Contains settings for vulnerability scans.
This is a convenience method that creates an instance of theImageScanningConfiguration.Builder
avoiding the need to create one manually via ImageScanningConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to imageScanningConfiguration(ImageScanningConfiguration).
imageScanningConfiguration - a consumer that will call methods on ImageScanningConfiguration.BuilderimageScanningConfiguration(ImageScanningConfiguration)CreateImagePipelineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateImagePipelineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.