@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImagePipeline extends Object implements Serializable, Cloneable, StructuredPojo
Details of an image pipeline.
Constructor and Description |
---|
ImagePipeline() |
Modifier and Type | Method and Description |
---|---|
ImagePipeline |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ImagePipeline |
clearTagsEntries()
Removes all the entries added into Tags.
|
ImagePipeline |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the image pipeline.
|
String |
getContainerRecipeArn()
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
|
String |
getDateCreated()
The date on which this image pipeline was created.
|
String |
getDateLastRun()
This is no longer supported, and does not return a value.
|
String |
getDateNextRun()
This is no longer supported, and does not return a value.
|
String |
getDateUpdated()
The date on which this image pipeline was last updated.
|
String |
getDescription()
The description of the image pipeline.
|
String |
getDistributionConfigurationArn()
The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
|
Boolean |
getEnhancedImageMetadataEnabled()
Collects additional information about the image being created, including the operating system (OS) version and
package list.
|
String |
getImageRecipeArn()
The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
|
ImageScanningConfiguration |
getImageScanningConfiguration()
Contains settings for vulnerability scans.
|
ImageTestsConfiguration |
getImageTestsConfiguration()
The image tests configuration of the image pipeline.
|
String |
getInfrastructureConfigurationArn()
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
|
String |
getName()
The name of the image pipeline.
|
String |
getPlatform()
The platform of the image pipeline.
|
Schedule |
getSchedule()
The schedule of the image pipeline.
|
String |
getStatus()
The status of the image pipeline.
|
Map<String,String> |
getTags()
The tags of this image pipeline.
|
int |
hashCode() |
Boolean |
isEnhancedImageMetadataEnabled()
Collects additional information about the image being created, including the operating system (OS) version and
package list.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the image pipeline.
|
void |
setContainerRecipeArn(String containerRecipeArn)
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
|
void |
setDateCreated(String dateCreated)
The date on which this image pipeline was created.
|
void |
setDateLastRun(String dateLastRun)
This is no longer supported, and does not return a value.
|
void |
setDateNextRun(String dateNextRun)
This is no longer supported, and does not return a value.
|
void |
setDateUpdated(String dateUpdated)
The date on which this image pipeline was last updated.
|
void |
setDescription(String description)
The description of the image pipeline.
|
void |
setDistributionConfigurationArn(String distributionConfigurationArn)
The Amazon Resource Name (ARN) of the distribution configuration associated with 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 |
setImageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
|
void |
setImageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
Contains settings for vulnerability scans.
|
void |
setImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image tests configuration of the image pipeline.
|
void |
setInfrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
|
void |
setName(String name)
The name of the image pipeline.
|
void |
setPlatform(String platform)
The platform of the image pipeline.
|
void |
setSchedule(Schedule schedule)
The schedule of the image pipeline.
|
void |
setStatus(String status)
The status of the image pipeline.
|
void |
setTags(Map<String,String> tags)
The tags of this image pipeline.
|
String |
toString()
Returns a string representation of this object.
|
ImagePipeline |
withArn(String arn)
The Amazon Resource Name (ARN) of the image pipeline.
|
ImagePipeline |
withContainerRecipeArn(String containerRecipeArn)
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
|
ImagePipeline |
withDateCreated(String dateCreated)
The date on which this image pipeline was created.
|
ImagePipeline |
withDateLastRun(String dateLastRun)
This is no longer supported, and does not return a value.
|
ImagePipeline |
withDateNextRun(String dateNextRun)
This is no longer supported, and does not return a value.
|
ImagePipeline |
withDateUpdated(String dateUpdated)
The date on which this image pipeline was last updated.
|
ImagePipeline |
withDescription(String description)
The description of the image pipeline.
|
ImagePipeline |
withDistributionConfigurationArn(String distributionConfigurationArn)
The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
|
ImagePipeline |
withEnhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled)
Collects additional information about the image being created, including the operating system (OS) version and
package list.
|
ImagePipeline |
withImageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
|
ImagePipeline |
withImageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
Contains settings for vulnerability scans.
|
ImagePipeline |
withImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image tests configuration of the image pipeline.
|
ImagePipeline |
withInfrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
|
ImagePipeline |
withName(String name)
The name of the image pipeline.
|
ImagePipeline |
withPlatform(Platform platform)
The platform of the image pipeline.
|
ImagePipeline |
withPlatform(String platform)
The platform of the image pipeline.
|
ImagePipeline |
withSchedule(Schedule schedule)
The schedule of the image pipeline.
|
ImagePipeline |
withStatus(PipelineStatus status)
The status of the image pipeline.
|
ImagePipeline |
withStatus(String status)
The status of the image pipeline.
|
ImagePipeline |
withTags(Map<String,String> tags)
The tags of this image pipeline.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the image pipeline.
arn
- The Amazon Resource Name (ARN) of the image pipeline.public String getArn()
The Amazon Resource Name (ARN) of the image pipeline.
public ImagePipeline withArn(String arn)
The Amazon Resource Name (ARN) of the image pipeline.
arn
- The Amazon Resource Name (ARN) of the image pipeline.public void setName(String name)
The name of the image pipeline.
name
- The name of the image pipeline.public String getName()
The name of the image pipeline.
public ImagePipeline withName(String name)
The name of the image pipeline.
name
- The name of the image pipeline.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 ImagePipeline withDescription(String description)
The description of the image pipeline.
description
- The description of the image pipeline.public void setPlatform(String platform)
The platform of the image pipeline.
platform
- The platform of the image pipeline.Platform
public String getPlatform()
The platform of the image pipeline.
Platform
public ImagePipeline withPlatform(String platform)
The platform of the image pipeline.
platform
- The platform of the image pipeline.Platform
public ImagePipeline withPlatform(Platform platform)
The platform of the image pipeline.
platform
- The platform of the image pipeline.Platform
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 ImagePipeline 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 setImageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
imageRecipeArn
- The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.public String getImageRecipeArn()
The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
public ImagePipeline withImageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
imageRecipeArn
- The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.public void setContainerRecipeArn(String containerRecipeArn)
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
containerRecipeArn
- The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.public String getContainerRecipeArn()
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
public ImagePipeline withContainerRecipeArn(String containerRecipeArn)
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
containerRecipeArn
- The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.public void setInfrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
infrastructureConfigurationArn
- The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.public String getInfrastructureConfigurationArn()
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
public ImagePipeline withInfrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
infrastructureConfigurationArn
- The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.public void setDistributionConfigurationArn(String distributionConfigurationArn)
The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
distributionConfigurationArn
- The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.public String getDistributionConfigurationArn()
The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
public ImagePipeline withDistributionConfigurationArn(String distributionConfigurationArn)
The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
distributionConfigurationArn
- The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.public void setImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image tests configuration of the image pipeline.
imageTestsConfiguration
- The image tests configuration of the image pipeline.public ImageTestsConfiguration getImageTestsConfiguration()
The image tests configuration of the image pipeline.
public ImagePipeline withImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image tests configuration of the image pipeline.
imageTestsConfiguration
- The image tests configuration of the image pipeline.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 ImagePipeline 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 ImagePipeline withStatus(String status)
The status of the image pipeline.
status
- The status of the image pipeline.PipelineStatus
public ImagePipeline withStatus(PipelineStatus status)
The status of the image pipeline.
status
- The status of the image pipeline.PipelineStatus
public void setDateCreated(String dateCreated)
The date on which this image pipeline was created.
dateCreated
- The date on which this image pipeline was created.public String getDateCreated()
The date on which this image pipeline was created.
public ImagePipeline withDateCreated(String dateCreated)
The date on which this image pipeline was created.
dateCreated
- The date on which this image pipeline was created.public void setDateUpdated(String dateUpdated)
The date on which this image pipeline was last updated.
dateUpdated
- The date on which this image pipeline was last updated.public String getDateUpdated()
The date on which this image pipeline was last updated.
public ImagePipeline withDateUpdated(String dateUpdated)
The date on which this image pipeline was last updated.
dateUpdated
- The date on which this image pipeline was last updated.public void setDateLastRun(String dateLastRun)
This is no longer supported, and does not return a value.
dateLastRun
- This is no longer supported, and does not return a value.public String getDateLastRun()
This is no longer supported, and does not return a value.
public ImagePipeline withDateLastRun(String dateLastRun)
This is no longer supported, and does not return a value.
dateLastRun
- This is no longer supported, and does not return a value.public void setDateNextRun(String dateNextRun)
This is no longer supported, and does not return a value.
dateNextRun
- This is no longer supported, and does not return a value.public String getDateNextRun()
This is no longer supported, and does not return a value.
public ImagePipeline withDateNextRun(String dateNextRun)
This is no longer supported, and does not return a value.
dateNextRun
- This is no longer supported, and does not return a value.public Map<String,String> getTags()
The tags of this image pipeline.
public void setTags(Map<String,String> tags)
The tags of this image pipeline.
tags
- The tags of this image pipeline.public ImagePipeline withTags(Map<String,String> tags)
The tags of this image pipeline.
tags
- The tags of this image pipeline.public ImagePipeline addTagsEntry(String key, String value)
public ImagePipeline clearTagsEntries()
public void setImageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
Contains settings for vulnerability scans.
imageScanningConfiguration
- Contains settings for vulnerability scans.public ImageScanningConfiguration getImageScanningConfiguration()
Contains settings for vulnerability scans.
public ImagePipeline withImageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
Contains settings for vulnerability scans.
imageScanningConfiguration
- Contains settings for vulnerability scans.public String toString()
toString
in class Object
Object.toString()
public ImagePipeline clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.