public static interface KinesisFirehoseInputDescription.Builder extends SdkPojo, CopyableBuilder<KinesisFirehoseInputDescription.Builder,KinesisFirehoseInputDescription>
Modifier and Type | Method and Description |
---|---|
KinesisFirehoseInputDescription.Builder |
resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the delivery stream.
|
KinesisFirehoseInputDescription.Builder |
roleARN(String roleARN)
The ARN of the IAM role that Kinesis Data Analytics assumes to access the stream.
|
copy
applyMutation, build
KinesisFirehoseInputDescription.Builder resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the delivery stream.
resourceARN
- The Amazon Resource Name (ARN) of the delivery stream.KinesisFirehoseInputDescription.Builder roleARN(String roleARN)
The ARN of the IAM role that Kinesis Data Analytics assumes to access the stream.
Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
roleARN
- The ARN of the IAM role that Kinesis Data Analytics assumes to access the stream. Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.