@Generated(value="software.amazon.awssdk:codegen") public final class KinesisFirehoseInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KinesisFirehoseInput.Builder,KinesisFirehoseInput>
Identifies an Amazon Kinesis Firehose delivery stream as the streaming source. You provide the delivery stream's Amazon Resource Name (ARN) and an IAM role ARN that enables Amazon Kinesis Analytics to access the stream on your behalf.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KinesisFirehoseInput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static KinesisFirehoseInput.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceARN()
ARN of the input delivery stream.
|
String |
roleARN()
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends KinesisFirehoseInput.Builder> |
serializableBuilderClass() |
KinesisFirehoseInput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceARN()
ARN of the input delivery stream.
public final String 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.
public KinesisFirehoseInput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KinesisFirehoseInput.Builder,KinesisFirehoseInput>public static KinesisFirehoseInput.Builder builder()
public static Class<? extends KinesisFirehoseInput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.