CopyableBuilder<Artifact.Builder,Artifact>, SdkBuilder<Artifact.Builder,Artifact>public static interface Artifact.Builder extends CopyableBuilder<Artifact.Builder,Artifact>
| Modifier and Type | Method | Description |
|---|---|---|
Artifact.Builder |
location(ArtifactLocation location) |
The location of an artifact.
|
Artifact.Builder |
name(String name) |
The artifact's name.
|
Artifact.Builder |
revision(String revision) |
The artifact's revision ID.
|
copyapply, buildArtifact.Builder name(String name)
The artifact's name.
name - The artifact's name.Artifact.Builder revision(String revision)
The artifact's revision ID. Depending on the type of object, this could be a commit ID (GitHub) or a revision ID (Amazon S3).
revision - The artifact's revision ID. Depending on the type of object, this could be a commit ID (GitHub) or a
revision ID (Amazon S3).Artifact.Builder location(ArtifactLocation location)
The location of an artifact.
location - The location of an artifact.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.