public static interface ProvisioningArtifact.Builder extends SdkPojo, CopyableBuilder<ProvisioningArtifact.Builder,ProvisioningArtifact>
Modifier and Type | Method and Description |
---|---|
ProvisioningArtifact.Builder |
createdTime(Instant createdTime)
The UTC time stamp of the creation time.
|
ProvisioningArtifact.Builder |
description(String description)
The description of the provisioning artifact.
|
ProvisioningArtifact.Builder |
id(String id)
The identifier of the provisioning artifact.
|
ProvisioningArtifact.Builder |
name(String name)
The name of the provisioning artifact.
|
copy
applyMutation, build
ProvisioningArtifact.Builder id(String id)
The identifier of the provisioning artifact.
id
- The identifier of the provisioning artifact.ProvisioningArtifact.Builder name(String name)
The name of the provisioning artifact.
name
- The name of the provisioning artifact.ProvisioningArtifact.Builder description(String description)
The description of the provisioning artifact.
description
- The description of the provisioning artifact.ProvisioningArtifact.Builder createdTime(Instant createdTime)
The UTC time stamp of the creation time.
createdTime
- The UTC time stamp of the creation time.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.