| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
S3ReferenceDataSourceDescription |
S3ReferenceDataSourceDescription.clone() |
S3ReferenceDataSourceDescription |
ReferenceDataSourceDescription.getS3ReferenceDataSourceDescription()
Provides the Amazon S3 bucket name, the object key name that contains the reference data.
|
S3ReferenceDataSourceDescription |
S3ReferenceDataSourceDescription.withBucketARN(String bucketARN)
The Amazon Resource Name (ARN) of the S3 bucket.
|
S3ReferenceDataSourceDescription |
S3ReferenceDataSourceDescription.withFileKey(String fileKey)
Amazon S3 object key name.
|
S3ReferenceDataSourceDescription |
S3ReferenceDataSourceDescription.withReferenceRoleARN(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReferenceDataSourceDescription.setS3ReferenceDataSourceDescription(S3ReferenceDataSourceDescription s3ReferenceDataSourceDescription)
Provides the Amazon S3 bucket name, the object key name that contains the reference data.
|
ReferenceDataSourceDescription |
ReferenceDataSourceDescription.withS3ReferenceDataSourceDescription(S3ReferenceDataSourceDescription s3ReferenceDataSourceDescription)
Provides the Amazon S3 bucket name, the object key name that contains the reference data.
|
Copyright © 2020. All rights reserved.