CopyableBuilder<ProvisioningArtifact.Builder,ProvisioningArtifact>
, SdkBuilder<ProvisioningArtifact.Builder,ProvisioningArtifact>
public static interface ProvisioningArtifact.Builder extends CopyableBuilder<ProvisioningArtifact.Builder,ProvisioningArtifact>
Modifier and Type | Method | Description |
---|---|---|
ProvisioningArtifact.Builder |
createdTime(Date 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.
|
copy
apply, build
ProvisioningArtifact.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(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.