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.
|
copy
apply, build
ArtifactLocation.Builder type(String type)
The type of artifact in the location.
type
- The type of artifact in the location.ArtifactLocationType
ArtifactLocation.Builder type(ArtifactLocationType type)
The type of artifact in the location.
type
- The type of artifact in the location.ArtifactLocationType
ArtifactLocation.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.