CopyableBuilder<ProvisioningArtifactDetail.Builder,ProvisioningArtifactDetail>
, SdkBuilder<ProvisioningArtifactDetail.Builder,ProvisioningArtifactDetail>
public static interface ProvisioningArtifactDetail.Builder extends CopyableBuilder<ProvisioningArtifactDetail.Builder,ProvisioningArtifactDetail>
Modifier and Type | Method | Description |
---|---|---|
ProvisioningArtifactDetail.Builder |
createdTime(Date 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(String type) |
The type of the provisioning artifact.
|
ProvisioningArtifactDetail.Builder |
type(ProvisioningArtifactType type) |
The type of the provisioning artifact.
|
copy
apply, build
ProvisioningArtifactDetail.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
ProvisioningArtifactDetail.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
ProvisioningArtifactDetail.Builder createdTime(Date 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.