@Generated(value="software.amazon.awssdk:codegen") public final class KinesisFirehoseDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KinesisFirehoseDestination.Builder,KinesisFirehoseDestination>
An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.
Modifier and Type | Class and Description |
---|---|
static interface |
KinesisFirehoseDestination.Builder |
Modifier and Type | Method and Description |
---|---|
static KinesisFirehoseDestination.Builder |
builder() |
String |
deliveryStreamArn()
The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that Amazon Pinpoint sends email events
to.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
iamRoleArn()
The Amazon Resource Name (ARN) of the IAM role that Amazon Pinpoint uses when sending email events to the Amazon
Kinesis Data Firehose stream.
|
List<SdkField<?>> |
sdkFields() |
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() |
copy
public String iamRoleArn()
The Amazon Resource Name (ARN) of the IAM role that Amazon Pinpoint uses when sending email events to the Amazon Kinesis Data Firehose stream.
public String deliveryStreamArn()
The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that Amazon Pinpoint sends email events to.
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.