@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateImagePipelineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateImagePipelineRequest() |
Modifier and Type | Method and Description |
---|---|
CreateImagePipelineRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateImagePipelineRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateImagePipelineRequest |
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 recipe that is used to configure images created by this container
pipeline.
|
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 created by 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 that will be used to configure images created 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 created by
this image pipeline.
|
String |
getName()
The name 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 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 recipe that is used to configure images created by this container
pipeline.
|
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 created 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 |
setImageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe that will be used to configure images created 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 created by
this image pipeline.
|
void |
setName(String name)
The name 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 the image pipeline.
|
String |
toString()
Returns a string representation of this object.
|
CreateImagePipelineRequest |
withClientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
CreateImagePipelineRequest |
withContainerRecipeArn(String containerRecipeArn)
The Amazon Resource Name (ARN) of the container recipe that is used to configure images created by this container
pipeline.
|
CreateImagePipelineRequest |
withDescription(String description)
The description of the image pipeline.
|
CreateImagePipelineRequest |
withDistributionConfigurationArn(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 |
withEnhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled)
Collects additional information about the image being created, including the operating system (OS) version and
package list.
|
CreateImagePipelineRequest |
withImageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe that will be used to configure images created by this image
pipeline.
|
CreateImagePipelineRequest |
withImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image test configuration of the image pipeline.
|
CreateImagePipelineRequest |
withInfrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images created by
this image pipeline.
|
CreateImagePipelineRequest |
withName(String name)
The name of the image pipeline.
|
CreateImagePipelineRequest |
withSchedule(Schedule schedule)
The schedule of the image pipeline.
|
CreateImagePipelineRequest |
withStatus(PipelineStatus status)
The status of the image pipeline.
|
CreateImagePipelineRequest |
withStatus(String status)
The status of the image pipeline.
|
CreateImagePipelineRequest |
withTags(Map<String,String> tags)
The tags 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 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 CreateImagePipelineRequest 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 CreateImagePipelineRequest 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 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.public String getImageRecipeArn()
The Amazon Resource Name (ARN) of the image recipe that will be used to configure images created by this image pipeline.
public CreateImagePipelineRequest withImageRecipeArn(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.public void setContainerRecipeArn(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.public String getContainerRecipeArn()
The Amazon Resource Name (ARN) of the container recipe that is used to configure images created by this container pipeline.
public CreateImagePipelineRequest withContainerRecipeArn(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.public void setInfrastructureConfigurationArn(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.public String getInfrastructureConfigurationArn()
The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images created by this image pipeline.
public CreateImagePipelineRequest withInfrastructureConfigurationArn(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.public void setDistributionConfigurationArn(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.public String getDistributionConfigurationArn()
The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images created by this image pipeline.
public CreateImagePipelineRequest withDistributionConfigurationArn(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.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 CreateImagePipelineRequest 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 CreateImagePipelineRequest 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 CreateImagePipelineRequest 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 CreateImagePipelineRequest withStatus(String status)
The status of the image pipeline.
status
- The status of the image pipeline.PipelineStatus
public CreateImagePipelineRequest withStatus(PipelineStatus status)
The status of the image pipeline.
status
- The status of the image pipeline.PipelineStatus
public Map<String,String> getTags()
The tags of the image pipeline.
public void setTags(Map<String,String> tags)
The tags of the image pipeline.
tags
- The tags of the image pipeline.public CreateImagePipelineRequest withTags(Map<String,String> tags)
The tags of the image pipeline.
tags
- The tags of the image pipeline.public CreateImagePipelineRequest addTagsEntry(String key, String value)
public CreateImagePipelineRequest clearTagsEntries()
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 CreateImagePipelineRequest 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 CreateImagePipelineRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()