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