CopyableBuilder<ReferenceDataSourceUpdate.Builder,ReferenceDataSourceUpdate>
, SdkBuilder<ReferenceDataSourceUpdate.Builder,ReferenceDataSourceUpdate>
public static interface ReferenceDataSourceUpdate.Builder extends CopyableBuilder<ReferenceDataSourceUpdate.Builder,ReferenceDataSourceUpdate>
Modifier and Type | Method | Description |
---|---|---|
ReferenceDataSourceUpdate.Builder |
referenceId(String referenceId) |
ID of the reference data source being updated.
|
ReferenceDataSourceUpdate.Builder |
referenceSchemaUpdate(SourceSchema referenceSchemaUpdate) |
|
ReferenceDataSourceUpdate.Builder |
s3ReferenceDataSourceUpdate(S3ReferenceDataSourceUpdate s3ReferenceDataSourceUpdate) |
Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read
the Amazon S3 object on your behalf and populate the in-application reference table.
|
ReferenceDataSourceUpdate.Builder |
tableNameUpdate(String tableNameUpdate) |
In-application table name that is created by this update.
|
copy
apply, build
ReferenceDataSourceUpdate.Builder referenceId(String referenceId)
ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.
referenceId
- ID of the reference data source being updated. You can use the DescribeApplication operation to
get this value.ReferenceDataSourceUpdate.Builder tableNameUpdate(String tableNameUpdate)
In-application table name that is created by this update.
tableNameUpdate
- In-application table name that is created by this update.ReferenceDataSourceUpdate.Builder s3ReferenceDataSourceUpdate(S3ReferenceDataSourceUpdate s3ReferenceDataSourceUpdate)
Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
s3ReferenceDataSourceUpdate
- Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume
to read the Amazon S3 object on your behalf and populate the in-application reference table.ReferenceDataSourceUpdate.Builder referenceSchemaUpdate(SourceSchema referenceSchemaUpdate)
referenceSchemaUpdate
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.