public static interface UpdateImagePipelineRequest.Builder extends ImagebuilderRequest.Builder, SdkPojo, CopyableBuilder<UpdateImagePipelineRequest.Builder,UpdateImagePipelineRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateImagePipelineRequest.Builder |
clientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
UpdateImagePipelineRequest.Builder |
containerRecipeArn(String containerRecipeArn)
The Amazon Resource Name (ARN) of the container pipeline to update.
|
UpdateImagePipelineRequest.Builder |
description(String description)
The description of the image pipeline.
|
UpdateImagePipelineRequest.Builder |
distributionConfigurationArn(String distributionConfigurationArn)
The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and
distribute images updated by this image pipeline.
|
UpdateImagePipelineRequest.Builder |
enhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled)
Collects additional information about the image being created, including the operating system (OS) version
and package list.
|
UpdateImagePipelineRequest.Builder |
imagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that you want to update.
|
UpdateImagePipelineRequest.Builder |
imageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this
image pipeline.
|
default UpdateImagePipelineRequest.Builder |
imageTestsConfiguration(Consumer<ImageTestsConfiguration.Builder> imageTestsConfiguration)
The image test configuration of the image pipeline.
|
UpdateImagePipelineRequest.Builder |
imageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image test configuration of the image pipeline.
|
UpdateImagePipelineRequest.Builder |
infrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images updated
by this image pipeline.
|
UpdateImagePipelineRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateImagePipelineRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateImagePipelineRequest.Builder |
schedule(Consumer<Schedule.Builder> schedule)
The schedule of the image pipeline.
|
UpdateImagePipelineRequest.Builder |
schedule(Schedule schedule)
The schedule of the image pipeline.
|
UpdateImagePipelineRequest.Builder |
status(PipelineStatus status)
The status of the image pipeline.
|
UpdateImagePipelineRequest.Builder |
status(String status)
The status of the image pipeline.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateImagePipelineRequest.Builder imagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that you want to update.
imagePipelineArn - The Amazon Resource Name (ARN) of the image pipeline that you want to update.UpdateImagePipelineRequest.Builder description(String description)
The description of the image pipeline.
description - The description of the image pipeline.UpdateImagePipelineRequest.Builder imageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image pipeline.
imageRecipeArn - The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by
this image pipeline.UpdateImagePipelineRequest.Builder containerRecipeArn(String containerRecipeArn)
The Amazon Resource Name (ARN) of the container pipeline to update.
containerRecipeArn - The Amazon Resource Name (ARN) of the container pipeline to update.UpdateImagePipelineRequest.Builder infrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images updated by this image pipeline.
infrastructureConfigurationArn - The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images
updated by this image pipeline.UpdateImagePipelineRequest.Builder distributionConfigurationArn(String distributionConfigurationArn)
The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images updated by this image pipeline.
distributionConfigurationArn - The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and
distribute images updated by this image pipeline.UpdateImagePipelineRequest.Builder imageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image test configuration of the image pipeline.
imageTestsConfiguration - The image test configuration of the image pipeline.default UpdateImagePipelineRequest.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)UpdateImagePipelineRequest.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.UpdateImagePipelineRequest.Builder schedule(Schedule schedule)
The schedule of the image pipeline.
schedule - The schedule of the image pipeline.default UpdateImagePipelineRequest.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)UpdateImagePipelineRequest.Builder status(String status)
The status of the image pipeline.
status - The status of the image pipeline.PipelineStatus,
PipelineStatusUpdateImagePipelineRequest.Builder status(PipelineStatus status)
The status of the image pipeline.
status - The status of the image pipeline.PipelineStatus,
PipelineStatusUpdateImagePipelineRequest.Builder clientToken(String clientToken)
The idempotency token used to make this request idempotent.
clientToken - The idempotency token used to make this request idempotent.UpdateImagePipelineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateImagePipelineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.