public static interface S3ReferenceDataSource.Builder extends SdkPojo, CopyableBuilder<S3ReferenceDataSource.Builder,S3ReferenceDataSource>
| Modifier and Type | Method and Description |
|---|---|
S3ReferenceDataSource.Builder |
bucketARN(String bucketARN)
The Amazon Resource Name (ARN) of the S3 bucket.
|
S3ReferenceDataSource.Builder |
fileKey(String fileKey)
The object key name containing the reference data.
|
copyapplyMutation, buildS3ReferenceDataSource.Builder bucketARN(String bucketARN)
The Amazon Resource Name (ARN) of the S3 bucket.
bucketARN - The Amazon Resource Name (ARN) of the S3 bucket.S3ReferenceDataSource.Builder fileKey(String fileKey)
The object key name containing the reference data.
fileKey - The object key name containing the reference data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.