public static interface KinesisFirehoseInputUpdate.Builder extends SdkPojo, CopyableBuilder<KinesisFirehoseInputUpdate.Builder,KinesisFirehoseInputUpdate>
Modifier and Type | Method and Description |
---|---|
KinesisFirehoseInputUpdate.Builder |
resourceARNUpdate(String resourceARNUpdate)
Amazon Resource Name (ARN) of the input Amazon Kinesis Firehose delivery stream to read.
|
KinesisFirehoseInputUpdate.Builder |
roleARNUpdate(String roleARNUpdate)
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
|
copy
applyMutation, build
KinesisFirehoseInputUpdate.Builder resourceARNUpdate(String resourceARNUpdate)
Amazon Resource Name (ARN) of the input Amazon Kinesis Firehose delivery stream to read.
resourceARNUpdate
- Amazon Resource Name (ARN) of the input Amazon Kinesis Firehose delivery stream to read.KinesisFirehoseInputUpdate.Builder roleARNUpdate(String roleARNUpdate)
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
roleARNUpdate
- ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You
need to grant the necessary permissions to this role.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.