| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
S3ReferenceDataSource |
S3ReferenceDataSource.clone() |
S3ReferenceDataSource |
ReferenceDataSource.getS3ReferenceDataSource()
Identifies the S3 bucket and object that contains the reference data.
|
S3ReferenceDataSource |
S3ReferenceDataSource.withBucketARN(String bucketARN)
Amazon Resource Name (ARN) of the S3 bucket.
|
S3ReferenceDataSource |
S3ReferenceDataSource.withFileKey(String fileKey)
Object key name containing reference data.
|
S3ReferenceDataSource |
S3ReferenceDataSource.withReferenceRoleARN(String referenceRoleARN)
ARN of the IAM role that the service can assume to read data on your behalf.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReferenceDataSource.setS3ReferenceDataSource(S3ReferenceDataSource s3ReferenceDataSource)
Identifies the S3 bucket and object that contains the reference data.
|
ReferenceDataSource |
ReferenceDataSource.withS3ReferenceDataSource(S3ReferenceDataSource s3ReferenceDataSource)
Identifies the S3 bucket and object that contains the reference data.
|
Copyright © 2019. All rights reserved.