@Generated(value="software.amazon.awssdk:codegen") public final class KinesisFirehoseOutputDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KinesisFirehoseOutputDescription.Builder,KinesisFirehoseOutputDescription>
For a SQL-based Kinesis Data Analytics application's output, describes the Kinesis Data Firehose delivery stream that is configured as its destination.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KinesisFirehoseOutputDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static KinesisFirehoseOutputDescription.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceARN()
The Amazon Resource Name (ARN) of the delivery stream.
|
String |
roleARN()
The ARN of the IAM role that Kinesis Data Analytics can assume to access the stream.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends KinesisFirehoseOutputDescription.Builder> |
serializableBuilderClass() |
KinesisFirehoseOutputDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceARN()
The Amazon Resource Name (ARN) of the delivery stream.
public final 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.
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.
public KinesisFirehoseOutputDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KinesisFirehoseOutputDescription.Builder,KinesisFirehoseOutputDescription>public static KinesisFirehoseOutputDescription.Builder builder()
public static Class<? extends KinesisFirehoseOutputDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.