public static interface S3ReferenceDataSourceDescription.Builder extends SdkPojo, CopyableBuilder<S3ReferenceDataSourceDescription.Builder,S3ReferenceDataSourceDescription>
Modifier and Type | Method and Description |
---|---|
S3ReferenceDataSourceDescription.Builder |
bucketARN(String bucketARN)
The Amazon Resource Name (ARN) of the S3 bucket.
|
S3ReferenceDataSourceDescription.Builder |
fileKey(String fileKey)
Amazon S3 object key name.
|
S3ReferenceDataSourceDescription.Builder |
referenceRoleARN(String referenceRoleARN)
The ARN of the IAM role that Kinesis Data Analytics can assume to read the Amazon S3 object on your behalf to
populate the in-application reference table.
|
copy
applyMutation, build
S3ReferenceDataSourceDescription.Builder bucketARN(String bucketARN)
The Amazon Resource Name (ARN) of the S3 bucket.
bucketARN
- The Amazon Resource Name (ARN) of the S3 bucket.S3ReferenceDataSourceDescription.Builder fileKey(String fileKey)
Amazon S3 object key name.
fileKey
- Amazon S3 object key name.S3ReferenceDataSourceDescription.Builder referenceRoleARN(String referenceRoleARN)
The ARN of the IAM role that Kinesis Data Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.
Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
referenceRoleARN
- The ARN of the IAM role that Kinesis Data Analytics can assume to read the Amazon S3 object on your
behalf to populate the in-application reference table. Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.