Interface KinesisFirehoseDestination.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<KinesisFirehoseDestination.Builder,KinesisFirehoseDestination>,SdkBuilder<KinesisFirehoseDestination.Builder,KinesisFirehoseDestination>,SdkPojo
- Enclosing class:
- KinesisFirehoseDestination
@Mutable @NotThreadSafe public static interface KinesisFirehoseDestination.Builder extends SdkPojo, CopyableBuilder<KinesisFirehoseDestination.Builder,KinesisFirehoseDestination>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KinesisFirehoseDestination.BuilderdeliveryStreamARN(String deliveryStreamARN)The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.KinesisFirehoseDestination.BuilderiamRoleARN(String iamRoleARN)The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
iamRoleARN
KinesisFirehoseDestination.Builder iamRoleARN(String iamRoleARN)
The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.
- Parameters:
iamRoleARN- The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deliveryStreamARN
KinesisFirehoseDestination.Builder deliveryStreamARN(String deliveryStreamARN)
The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.
- Parameters:
deliveryStreamARN- The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-