public static interface S3ArtifactLocation.Builder extends CopyableBuilder<S3ArtifactLocation.Builder,S3ArtifactLocation>
| Modifier and Type | Method and Description |
|---|---|
S3ArtifactLocation.Builder |
bucketName(String bucketName)
The name of the Amazon S3 bucket.
|
S3ArtifactLocation.Builder |
objectKey(String objectKey)
The key of the object in the Amazon S3 bucket, which uniquely identifies the object in the bucket.
|
copyapply, buildS3ArtifactLocation.Builder bucketName(String bucketName)
The name of the Amazon S3 bucket.
bucketName - The name of the Amazon S3 bucket.S3ArtifactLocation.Builder objectKey(String objectKey)
The key of the object in the Amazon S3 bucket, which uniquely identifies the object in the bucket.
objectKey - The key of the object in the Amazon S3 bucket, which uniquely identifies the object in the bucket.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.