@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 |
getDateCreated()
The date on which this image pipeline was created.
|
String |
getDateLastRun()
The date on which this image pipeline was last run.
|
String |
getDateNextRun()
The date on which this image pipeline will next be run.
|
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.
|
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 |
setDateCreated(String dateCreated)
The date on which this image pipeline was created.
|
void |
setDateLastRun(String dateLastRun)
The date on which this image pipeline was last run.
|
void |
setDateNextRun(String dateNextRun)
The date on which this image pipeline will next be run.
|
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 |
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 |
withDateCreated(String dateCreated)
The date on which this image pipeline was created.
|
ImagePipeline |
withDateLastRun(String dateLastRun)
The date on which this image pipeline was last run.
|
ImagePipeline |
withDateNextRun(String dateNextRun)
The date on which this image pipeline will next be run.
|
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 |
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 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)
The date on which this image pipeline was last run.
dateLastRun
- The date on which this image pipeline was last run.public String getDateLastRun()
The date on which this image pipeline was last run.
public ImagePipeline withDateLastRun(String dateLastRun)
The date on which this image pipeline was last run.
dateLastRun
- The date on which this image pipeline was last run.public void setDateNextRun(String dateNextRun)
The date on which this image pipeline will next be run.
dateNextRun
- The date on which this image pipeline will next be run.public String getDateNextRun()
The date on which this image pipeline will next be run.
public ImagePipeline withDateNextRun(String dateNextRun)
The date on which this image pipeline will next be run.
dateNextRun
- The date on which this image pipeline will next be run.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 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.