CopyableBuilder<S3ArtifactLocation.Builder,S3ArtifactLocation>
, SdkBuilder<S3ArtifactLocation.Builder,S3ArtifactLocation>
public static interface S3ArtifactLocation.Builder extends CopyableBuilder<S3ArtifactLocation.Builder,S3ArtifactLocation>
Modifier and Type | Method | 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.
|
copy
apply, build
S3ArtifactLocation.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.