public static interface ProvisioningArtifactProperties.Builder extends SdkPojo, CopyableBuilder<ProvisioningArtifactProperties.Builder,ProvisioningArtifactProperties>
Modifier and Type | Method and Description |
---|---|
ProvisioningArtifactProperties.Builder |
description(String description)
The description of the provisioning artifact, including how it differs from the previous provisioning
artifact.
|
ProvisioningArtifactProperties.Builder |
info(Map<String,String> info)
The URL of the CloudFormation template in Amazon S3.
|
ProvisioningArtifactProperties.Builder |
name(String name)
The name of the provisioning artifact (for example, v1 v2beta).
|
ProvisioningArtifactProperties.Builder |
type(ProvisioningArtifactType type)
The type of provisioning artifact.
|
ProvisioningArtifactProperties.Builder |
type(String type)
The type of provisioning artifact.
|
copy
applyMutation, build
ProvisioningArtifactProperties.Builder name(String name)
The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.
name
- The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.ProvisioningArtifactProperties.Builder description(String description)
The description of the provisioning artifact, including how it differs from the previous provisioning artifact.
description
- The description of the provisioning artifact, including how it differs from the previous provisioning
artifact.ProvisioningArtifactProperties.Builder info(Map<String,String> info)
The URL of the CloudFormation template in Amazon S3. Specify the URL in JSON format as follows:
"LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."
info
- The URL of the CloudFormation template in Amazon S3. Specify the URL in JSON format as follows:
"LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."
ProvisioningArtifactProperties.Builder type(String type)
The type of provisioning artifact.
CLOUD_FORMATION_TEMPLATE
- AWS CloudFormation template
MARKETPLACE_AMI
- AWS Marketplace AMI
MARKETPLACE_CAR
- AWS Marketplace Clusters and AWS Resources
type
- The type of provisioning artifact.
CLOUD_FORMATION_TEMPLATE
- AWS CloudFormation template
MARKETPLACE_AMI
- AWS Marketplace AMI
MARKETPLACE_CAR
- AWS Marketplace Clusters and AWS Resources
ProvisioningArtifactType
,
ProvisioningArtifactType
ProvisioningArtifactProperties.Builder type(ProvisioningArtifactType type)
The type of provisioning artifact.
CLOUD_FORMATION_TEMPLATE
- AWS CloudFormation template
MARKETPLACE_AMI
- AWS Marketplace AMI
MARKETPLACE_CAR
- AWS Marketplace Clusters and AWS Resources
type
- The type of provisioning artifact.
CLOUD_FORMATION_TEMPLATE
- AWS CloudFormation template
MARKETPLACE_AMI
- AWS Marketplace AMI
MARKETPLACE_CAR
- AWS Marketplace Clusters and AWS Resources
ProvisioningArtifactType
,
ProvisioningArtifactType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.