Package | Description |
---|---|
com.amazonaws.services.kinesisanalytics.model |
Modifier and Type | Method and Description |
---|---|
S3Configuration |
S3Configuration.clone() |
S3Configuration |
DiscoverInputSchemaRequest.getS3Configuration()
Specify this parameter to discover a schema from data in an Amazon S3 object.
|
S3Configuration |
S3Configuration.withBucketARN(String bucketARN)
ARN of the S3 bucket that contains the data.
|
S3Configuration |
S3Configuration.withFileKey(String fileKey)
The name of the object that contains the data.
|
S3Configuration |
S3Configuration.withRoleARN(String roleARN)
IAM ARN of the role used to access the data.
|
Modifier and Type | Method and Description |
---|---|
void |
DiscoverInputSchemaRequest.setS3Configuration(S3Configuration s3Configuration)
Specify this parameter to discover a schema from data in an Amazon S3 object.
|
DiscoverInputSchemaRequest |
DiscoverInputSchemaRequest.withS3Configuration(S3Configuration s3Configuration)
Specify this parameter to discover a schema from data in an Amazon S3 object.
|
Copyright © 2018. All rights reserved.