public static interface S3ReferenceDataSourceUpdate.Builder extends CopyableBuilder<S3ReferenceDataSourceUpdate.Builder,S3ReferenceDataSourceUpdate>
| Modifier and Type | Method and Description |
|---|---|
S3ReferenceDataSourceUpdate.Builder |
bucketARNUpdate(String bucketARNUpdate)
Amazon Resource Name (ARN) of the S3 bucket.
|
S3ReferenceDataSourceUpdate.Builder |
fileKeyUpdate(String fileKeyUpdate)
Object key name.
|
S3ReferenceDataSourceUpdate.Builder |
referenceRoleARNUpdate(String referenceRoleARNUpdate)
ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the
in-application.
|
copyapply, buildS3ReferenceDataSourceUpdate.Builder bucketARNUpdate(String bucketARNUpdate)
Amazon Resource Name (ARN) of the S3 bucket.
bucketARNUpdate - Amazon Resource Name (ARN) of the S3 bucket.S3ReferenceDataSourceUpdate.Builder fileKeyUpdate(String fileKeyUpdate)
Object key name.
fileKeyUpdate - Object key name.S3ReferenceDataSourceUpdate.Builder referenceRoleARNUpdate(String referenceRoleARNUpdate)
ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.
referenceRoleARNUpdate - ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate
the in-application.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.