public static interface S3Source.Builder extends SdkPojo, CopyableBuilder<S3Source.Builder,S3Source>
Modifier and Type | Method and Description |
---|---|
S3Source.Builder |
bucketName(String bucketName)
Name of the S3 bucket.
|
S3Source.Builder |
key(String key)
Key name of the bucket object that contains your unsigned code.
|
S3Source.Builder |
version(String version)
Version of your source image in your version enabled S3 bucket.
|
copy
applyMutation, build
S3Source.Builder bucketName(String bucketName)
Name of the S3 bucket.
bucketName
- Name of the S3 bucket.S3Source.Builder key(String key)
Key name of the bucket object that contains your unsigned code.
key
- Key name of the bucket object that contains your unsigned code.S3Source.Builder version(String version)
Version of your source image in your version enabled S3 bucket.
version
- Version of your source image in your version enabled S3 bucket.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.