@Stability(value=Stable) public static final class CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.Builder |
bucketArn(String bucketArn)
|
CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty |
build()
Builds the configured instance.
|
CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.Builder |
fileKey(String fileKey)
|
CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.Builder |
referenceRoleArn(String referenceRoleArn)
|
@Stability(value=Stable) public CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.Builder bucketArn(String bucketArn)
bucketArn - Amazon Resource Name (ARN) of the S3 bucket. This parameter is required.this@Stability(value=Stable) public CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.Builder fileKey(String fileKey)
fileKey - Object key name containing reference data. This parameter is required.this@Stability(value=Stable) public CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.Builder referenceRoleArn(String referenceRoleArn)
CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty.getReferenceRoleArn()referenceRoleArn - ARN of the IAM role that the service can assume to read data on your behalf. This parameter is required.
This role must have permission for the s3:GetObject action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.this@Stability(value=Stable) public CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty build()
build in interface software.amazon.jsii.Builder<CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty>CfnApplicationReferenceDataSource.S3ReferenceDataSourcePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.