@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateImagePipelineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateImagePipelineRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateImagePipelineRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
The idempotency token used to make this request idempotent.
|
String |
getContainerRecipeArn()
The Amazon Resource Name (ARN) of the container pipeline to update.
|
String |
getDescription()
The description of the image pipeline.
|
String |
getDistributionConfigurationArn()
The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute
images updated by this image pipeline.
|
Boolean |
getEnhancedImageMetadataEnabled()
Collects additional information about the image being created, including the operating system (OS) version and
package list.
|
String |
getImagePipelineArn()
The Amazon Resource Name (ARN) of the image pipeline that you want to update.
|
String |
getImageRecipeArn()
The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image
pipeline.
|
ImageTestsConfiguration |
getImageTestsConfiguration()
The image test configuration of the image pipeline.
|
String |
getInfrastructureConfigurationArn()
The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images updated by
this image pipeline.
|
Schedule |
getSchedule()
The schedule of the image pipeline.
|
String |
getStatus()
The status of the image pipeline.
|
int |
hashCode() |
Boolean |
isEnhancedImageMetadataEnabled()
Collects additional information about the image being created, including the operating system (OS) version and
package list.
|
void |
setClientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
void |
setContainerRecipeArn(String containerRecipeArn)
The Amazon Resource Name (ARN) of the container pipeline to update.
|
void |
setDescription(String description)
The description of the image pipeline.
|
void |
setDistributionConfigurationArn(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.
|
void |
setEnhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled)
Collects additional information about the image being created, including the operating system (OS) version and
package list.
|
void |
setImagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that you want to update.
|
void |
setImageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image
pipeline.
|
void |
setImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image test configuration of the image pipeline.
|
void |
setInfrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images updated by
this image pipeline.
|
void |
setSchedule(Schedule schedule)
The schedule of the image pipeline.
|
void |
setStatus(String status)
The status of the image pipeline.
|
String |
toString()
Returns a string representation of this object.
|
UpdateImagePipelineRequest |
withClientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
UpdateImagePipelineRequest |
withContainerRecipeArn(String containerRecipeArn)
The Amazon Resource Name (ARN) of the container pipeline to update.
|
UpdateImagePipelineRequest |
withDescription(String description)
The description of the image pipeline.
|
UpdateImagePipelineRequest |
withDistributionConfigurationArn(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 |
withEnhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled)
Collects additional information about the image being created, including the operating system (OS) version and
package list.
|
UpdateImagePipelineRequest |
withImagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that you want to update.
|
UpdateImagePipelineRequest |
withImageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image
pipeline.
|
UpdateImagePipelineRequest |
withImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image test configuration of the image pipeline.
|
UpdateImagePipelineRequest |
withInfrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images updated by
this image pipeline.
|
UpdateImagePipelineRequest |
withSchedule(Schedule schedule)
The schedule of the image pipeline.
|
UpdateImagePipelineRequest |
withStatus(PipelineStatus status)
The status of the image pipeline.
|
UpdateImagePipelineRequest |
withStatus(String status)
The status of the image pipeline.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setImagePipelineArn(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.public String getImagePipelineArn()
The Amazon Resource Name (ARN) of the image pipeline that you want to update.
public UpdateImagePipelineRequest withImagePipelineArn(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.public void setDescription(String description)
The description of the image pipeline.
description
- The description of the image pipeline.public String getDescription()
The description of the image pipeline.
public UpdateImagePipelineRequest withDescription(String description)
The description of the image pipeline.
description
- The description of the image pipeline.public void setImageRecipeArn(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.public String getImageRecipeArn()
The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image pipeline.
public UpdateImagePipelineRequest withImageRecipeArn(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.public void setContainerRecipeArn(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.public String getContainerRecipeArn()
The Amazon Resource Name (ARN) of the container pipeline to update.
public UpdateImagePipelineRequest withContainerRecipeArn(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.public void setInfrastructureConfigurationArn(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.public String getInfrastructureConfigurationArn()
The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images updated by this image pipeline.
public UpdateImagePipelineRequest withInfrastructureConfigurationArn(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.public void setDistributionConfigurationArn(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.public String getDistributionConfigurationArn()
The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images updated by this image pipeline.
public UpdateImagePipelineRequest withDistributionConfigurationArn(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.public void setImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image test configuration of the image pipeline.
imageTestsConfiguration
- The image test configuration of the image pipeline.public ImageTestsConfiguration getImageTestsConfiguration()
The image test configuration of the image pipeline.
public UpdateImagePipelineRequest withImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image test configuration of the image pipeline.
imageTestsConfiguration
- The image test configuration of the image pipeline.public void setEnhancedImageMetadataEnabled(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.public Boolean getEnhancedImageMetadataEnabled()
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.
public UpdateImagePipelineRequest withEnhancedImageMetadataEnabled(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.public Boolean isEnhancedImageMetadataEnabled()
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.
public void setSchedule(Schedule schedule)
The schedule of the image pipeline.
schedule
- The schedule of the image pipeline.public Schedule getSchedule()
The schedule of the image pipeline.
public UpdateImagePipelineRequest withSchedule(Schedule schedule)
The schedule of the image pipeline.
schedule
- The schedule of the image pipeline.public void setStatus(String status)
The status of the image pipeline.
status
- The status of the image pipeline.PipelineStatus
public String getStatus()
The status of the image pipeline.
PipelineStatus
public UpdateImagePipelineRequest withStatus(String status)
The status of the image pipeline.
status
- The status of the image pipeline.PipelineStatus
public UpdateImagePipelineRequest withStatus(PipelineStatus status)
The status of the image pipeline.
status
- The status of the image pipeline.PipelineStatus
public void setClientToken(String clientToken)
The idempotency token used to make this request idempotent.
clientToken
- The idempotency token used to make this request idempotent.public String getClientToken()
The idempotency token used to make this request idempotent.
public UpdateImagePipelineRequest withClientToken(String clientToken)
The idempotency token used to make this request idempotent.
clientToken
- The idempotency token used to make this request idempotent.public String toString()
toString
in class Object
Object.toString()
public UpdateImagePipelineRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()