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 |
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)
Add an optional request override configuration.
|
CreateImagePipelineRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateImagePipelineRequest.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 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.Builder
imageTestsConfiguration(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 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.Builder
schedule(Schedule)
CreateImagePipelineRequest.Builder status(String status)
The status of the image pipeline.
status
- The status of the image pipeline.PipelineStatus
,
PipelineStatus
CreateImagePipelineRequest.Builder status(PipelineStatus status)
The status of the image pipeline.
status
- The status of the image pipeline.PipelineStatus
,
PipelineStatus
CreateImagePipelineRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateImagePipelineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.