public static interface ProvisioningArtifact.Builder extends CopyableBuilder<ProvisioningArtifact.Builder,ProvisioningArtifact>
| Modifier and Type | Method and Description |
|---|---|
ProvisioningArtifact.Builder |
createdTime(Instant createdTime)
The UTC timestamp of the creation time.
|
ProvisioningArtifact.Builder |
description(String description)
The text description of the artifact.
|
ProvisioningArtifact.Builder |
id(String id)
The identifier for the artifact.
|
ProvisioningArtifact.Builder |
name(String name)
The name of the artifact.
|
copyapply, buildProvisioningArtifact.Builder id(String id)
The identifier for the artifact. This is sometimes referred to as the product version.
id - The identifier for the artifact. This is sometimes referred to as the product version.ProvisioningArtifact.Builder name(String name)
The name of the artifact.
name - The name of the artifact.ProvisioningArtifact.Builder description(String description)
The text description of the artifact.
description - The text description of the artifact.ProvisioningArtifact.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.