Class KinesisFirehoseDestination
java.lang.Object
software.amazon.awssdk.services.ses.model.KinesisFirehoseDestination
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<KinesisFirehoseDestination.Builder,KinesisFirehoseDestination>
@Generated("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.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.static Class<? extends KinesisFirehoseDestination.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
iamRoleARN
The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.
- Returns:
- The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.
-
deliveryStreamARN
The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.
- Returns:
- The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<KinesisFirehoseDestination.Builder,KinesisFirehoseDestination>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-