public static interface Artifact.Builder extends CopyableBuilder<Artifact.Builder,Artifact>
| Modifier and Type | Method and Description |
|---|---|
Artifact.Builder |
description(String description)
Sets the value of the Description property for this object.
|
Artifact.Builder |
url(String url)
Sets the value of the URL property for this object.
|
copyapply, buildArtifact.Builder description(String description)
description - The new value for the Description property for this object.Artifact.Builder url(String url)
url - The new value for the URL property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.