Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoicev2.model.KinesisFirehoseDestination.Builder
-
Packages that use KinesisFirehoseDestination.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of KinesisFirehoseDestination.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return KinesisFirehoseDestination.Builder Modifier and Type Method Description static KinesisFirehoseDestination.BuilderKinesisFirehoseDestination. builder()KinesisFirehoseDestination.BuilderKinesisFirehoseDestination.Builder. deliveryStreamArn(String deliveryStreamArn)The Amazon Resource Name (ARN) of the delivery stream.KinesisFirehoseDestination.BuilderKinesisFirehoseDestination.Builder. iamRoleArn(String iamRoleArn)The ARN of an Amazon Identity and Access Management (IAM) role that is able to write event data to an Amazon Firehose destination.KinesisFirehoseDestination.BuilderKinesisFirehoseDestination. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type KinesisFirehoseDestination.Builder Modifier and Type Method Description static Class<? extends KinesisFirehoseDestination.Builder>KinesisFirehoseDestination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type KinesisFirehoseDestination.Builder Modifier and Type Method Description default CreateEventDestinationRequest.BuilderCreateEventDestinationRequest.Builder. kinesisFirehoseDestination(Consumer<KinesisFirehoseDestination.Builder> kinesisFirehoseDestination)An object that contains information about an event destination for logging to Amazon Kinesis Data Firehose.default EventDestination.BuilderEventDestination.Builder. kinesisFirehoseDestination(Consumer<KinesisFirehoseDestination.Builder> kinesisFirehoseDestination)An object that contains information about an event destination for logging to Amazon Kinesis Data Firehose.default UpdateEventDestinationRequest.BuilderUpdateEventDestinationRequest.Builder. kinesisFirehoseDestination(Consumer<KinesisFirehoseDestination.Builder> kinesisFirehoseDestination)An object that contains information about an event destination for logging to Kinesis Data Firehose.
-