public static interface S3ReferenceDataSourceUpdate.Builder extends SdkPojo, CopyableBuilder<S3ReferenceDataSourceUpdate.Builder,S3ReferenceDataSourceUpdate>
Modifier and Type | Method and Description |
---|---|
S3ReferenceDataSourceUpdate.Builder |
bucketARNUpdate(String bucketARNUpdate)
The Amazon Resource Name (ARN) of the S3 bucket.
|
S3ReferenceDataSourceUpdate.Builder |
fileKeyUpdate(String fileKeyUpdate)
The object key name.
|
copy
applyMutation, build
S3ReferenceDataSourceUpdate.Builder bucketARNUpdate(String bucketARNUpdate)
The Amazon Resource Name (ARN) of the S3 bucket.
bucketARNUpdate
- The Amazon Resource Name (ARN) of the S3 bucket.S3ReferenceDataSourceUpdate.Builder fileKeyUpdate(String fileKeyUpdate)
The object key name.
fileKeyUpdate
- The object key name.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.