ToCopyableBuilder<KinesisFirehoseDestination.Builder,KinesisFirehoseDestination>
@Generated("software.amazon.awssdk:codegen") public class KinesisFirehoseDestination extends Object implements 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 | Description |
---|---|---|
static interface |
KinesisFirehoseDestination.Builder |
Modifier and Type | Method | Description |
---|---|---|
static KinesisFirehoseDestination.Builder |
builder() |
|
String |
deliveryStreamARN() |
The ARN of the Amazon Kinesis Firehose stream to which to publish email sending events.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
iamRoleARN() |
The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose
stream.
|
static Class<? extends KinesisFirehoseDestination.Builder> |
serializableBuilderClass() |
|
KinesisFirehoseDestination.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
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 to which to publish email sending events.
public KinesisFirehoseDestination.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<KinesisFirehoseDestination.Builder,KinesisFirehoseDestination>
public static KinesisFirehoseDestination.Builder builder()
public static Class<? extends KinesisFirehoseDestination.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.