CopyableBuilder<ArtifactLocation.Builder,ArtifactLocation>, SdkBuilder<ArtifactLocation.Builder,ArtifactLocation>public static interface ArtifactLocation.Builder extends CopyableBuilder<ArtifactLocation.Builder,ArtifactLocation>
| Modifier and Type | Method | Description |
|---|---|---|
ArtifactLocation.Builder |
s3Location(S3ArtifactLocation s3Location) |
The Amazon S3 bucket that contains the artifact.
|
ArtifactLocation.Builder |
type(String type) |
The type of artifact in the location.
|
ArtifactLocation.Builder |
type(ArtifactLocationType type) |
The type of artifact in the location.
|
copyapply, buildArtifactLocation.Builder type(String type)
The type of artifact in the location.
type - The type of artifact in the location.ArtifactLocationTypeArtifactLocation.Builder type(ArtifactLocationType type)
The type of artifact in the location.
type - The type of artifact in the location.ArtifactLocationTypeArtifactLocation.Builder s3Location(S3ArtifactLocation s3Location)
The Amazon S3 bucket that contains the artifact.
s3Location - The Amazon S3 bucket that contains the artifact.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.