Interface KinesisFirehoseDestination.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<KinesisFirehoseDestination.Builder,KinesisFirehoseDestination>,SdkBuilder<KinesisFirehoseDestination.Builder,KinesisFirehoseDestination>,SdkPojo
- Enclosing class:
- KinesisFirehoseDestination
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 Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that Amazon Pinpoint sends email events to.KinesisFirehoseDestination.BuilderiamRoleArn(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.-
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 Amazon Resource Name (ARN) of the IAM role that Amazon Pinpoint uses when sending email events to the Amazon Kinesis Data Firehose stream.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deliveryStreamArn
KinesisFirehoseDestination.Builder deliveryStreamArn(String deliveryStreamArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that Amazon Pinpoint sends email events to.
- Parameters:
deliveryStreamArn- The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that Amazon Pinpoint sends email events to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-