public static interface S3Location.Builder extends SdkPojo, CopyableBuilder<S3Location.Builder,S3Location>
Modifier and Type | Method and Description |
---|---|
S3Location.Builder |
bucketKey(String bucketKey)
The Amazon S3 object key where the source code files provided with the project request are stored.
|
S3Location.Builder |
bucketName(String bucketName)
The Amazon S3 bucket name where the source code files provided with the project request are stored.
|
copy
applyMutation, build
S3Location.Builder bucketName(String bucketName)
The Amazon S3 bucket name where the source code files provided with the project request are stored.
bucketName
- The Amazon S3 bucket name where the source code files provided with the project request are stored.S3Location.Builder bucketKey(String bucketKey)
The Amazon S3 object key where the source code files provided with the project request are stored.
bucketKey
- The Amazon S3 object key where the source code files provided with the project request are stored.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.