Package | Description |
---|---|
com.amazonaws.services.kinesisanalytics.model |
Modifier and Type | Method and Description |
---|---|
KinesisStreamsInputUpdate |
KinesisStreamsInputUpdate.clone() |
KinesisStreamsInputUpdate |
InputUpdate.getKinesisStreamsInputUpdate()
If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role
ARN.
|
KinesisStreamsInputUpdate |
KinesisStreamsInputUpdate.withResourceARNUpdate(String resourceARNUpdate)
Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.
|
KinesisStreamsInputUpdate |
KinesisStreamsInputUpdate.withRoleARNUpdate(String roleARNUpdate)
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
|
Modifier and Type | Method and Description |
---|---|
void |
InputUpdate.setKinesisStreamsInputUpdate(KinesisStreamsInputUpdate kinesisStreamsInputUpdate)
If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role
ARN.
|
InputUpdate |
InputUpdate.withKinesisStreamsInputUpdate(KinesisStreamsInputUpdate kinesisStreamsInputUpdate)
If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role
ARN.
|
Copyright © 2017. All rights reserved.