@Generated(value="software.amazon.awssdk:codegen") public final class KinesisFirehoseDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KinesisFirehoseDestination.Builder,KinesisFirehoseDestination>
Contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.
Event destinations, such as Amazon Kinesis Firehose, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
Modifier and Type | Class and Description |
---|---|
static interface |
KinesisFirehoseDestination.Builder |
Modifier and Type | Method and Description |
---|---|
static KinesisFirehoseDestination.Builder |
builder() |
String |
deliveryStreamARN()
The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
iamRoleARN()
The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose
stream.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends KinesisFirehoseDestination.Builder> |
serializableBuilderClass() |
KinesisFirehoseDestination.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String iamRoleARN()
The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.
public String deliveryStreamARN()
The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.
public KinesisFirehoseDestination.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<KinesisFirehoseDestination.Builder,KinesisFirehoseDestination>
public static KinesisFirehoseDestination.Builder builder()
public static Class<? extends KinesisFirehoseDestination.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.