public static interface ProvisioningArtifactDetail.Builder extends CopyableBuilder<ProvisioningArtifactDetail.Builder,ProvisioningArtifactDetail>
| Modifier and Type | Method and Description |
|---|---|
ProvisioningArtifactDetail.Builder |
createdTime(Instant createdTime)
The UTC timestamp of the creation time.
|
ProvisioningArtifactDetail.Builder |
description(String description)
The text description of the provisioning artifact.
|
ProvisioningArtifactDetail.Builder |
id(String id)
The identifier of the provisioning artifact.
|
ProvisioningArtifactDetail.Builder |
name(String name)
The name assigned to the provisioning artifact.
|
ProvisioningArtifactDetail.Builder |
type(ProvisioningArtifactType type)
The type of the provisioning artifact.
|
ProvisioningArtifactDetail.Builder |
type(String type)
The type of the provisioning artifact.
|
copyapply, buildProvisioningArtifactDetail.Builder id(String id)
The identifier of the provisioning artifact. This is sometimes referred to as the product version.
id - The identifier of the provisioning artifact. This is sometimes referred to as the product version.ProvisioningArtifactDetail.Builder name(String name)
The name assigned to the provisioning artifact.
name - The name assigned to the provisioning artifact.ProvisioningArtifactDetail.Builder description(String description)
The text description of the provisioning artifact.
description - The text description of the provisioning artifact.ProvisioningArtifactDetail.Builder type(String type)
The type of the provisioning artifact. The following provisioning artifact types are used by AWS Marketplace products:
MARKETPLACE_AMI - AMI products.
MARKETPLACE_CAR - CAR (Cluster and AWS Resources) products.
type - The type of the provisioning artifact. The following provisioning artifact types are used by AWS
Marketplace products:
MARKETPLACE_AMI - AMI products.
MARKETPLACE_CAR - CAR (Cluster and AWS Resources) products.
ProvisioningArtifactType,
ProvisioningArtifactTypeProvisioningArtifactDetail.Builder type(ProvisioningArtifactType type)
The type of the provisioning artifact. The following provisioning artifact types are used by AWS Marketplace products:
MARKETPLACE_AMI - AMI products.
MARKETPLACE_CAR - CAR (Cluster and AWS Resources) products.
type - The type of the provisioning artifact. The following provisioning artifact types are used by AWS
Marketplace products:
MARKETPLACE_AMI - AMI products.
MARKETPLACE_CAR - CAR (Cluster and AWS Resources) products.
ProvisioningArtifactType,
ProvisioningArtifactTypeProvisioningArtifactDetail.Builder createdTime(Instant createdTime)
The UTC timestamp of the creation time.
createdTime - The UTC timestamp of the creation time.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.