Interface KinesisFirehoseInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KinesisFirehoseInput.Builder,
,KinesisFirehoseInput> SdkBuilder<KinesisFirehoseInput.Builder,
,KinesisFirehoseInput> SdkPojo
- Enclosing class:
KinesisFirehoseInput
@Mutable
@NotThreadSafe
public static interface KinesisFirehoseInput.Builder
extends SdkPojo, CopyableBuilder<KinesisFirehoseInput.Builder,KinesisFirehoseInput>
-
Method Summary
Modifier and TypeMethodDescriptionresourceARN
(String resourceARN) ARN of the input delivery stream.ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceARN
ARN of the input delivery stream.
- Parameters:
resourceARN
- ARN of the input delivery stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleARN
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure that the role has the necessary permissions to access the stream.
- Parameters:
roleARN
- ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure that the role has the necessary permissions to access the stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-