public static interface KinesisStreamsOutputDescription.Builder extends SdkPojo, CopyableBuilder<KinesisStreamsOutputDescription.Builder,KinesisStreamsOutputDescription>
Modifier and Type | Method and Description |
---|---|
KinesisStreamsOutputDescription.Builder |
resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the Kinesis data stream.
|
KinesisStreamsOutputDescription.Builder |
roleARN(String roleARN)
The ARN of the IAM role that Kinesis Data Analytics can assume to access the stream.
|
copy
applyMutation, build
KinesisStreamsOutputDescription.Builder resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the Kinesis data stream.
resourceARN
- The Amazon Resource Name (ARN) of the Kinesis data stream.KinesisStreamsOutputDescription.Builder roleARN(String roleARN)
The ARN of the IAM role that Kinesis Data Analytics can assume 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 can assume 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.