Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoicev2.model.SnsDestination.Builder
-
Packages that use SnsDestination.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of SnsDestination.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return SnsDestination.Builder Modifier and Type Method Description static SnsDestination.BuilderSnsDestination. builder()SnsDestination.BuilderSnsDestination. toBuilder()SnsDestination.BuilderSnsDestination.Builder. topicArn(String topicArn)The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish events to.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type SnsDestination.Builder Modifier and Type Method Description static Class<? extends SnsDestination.Builder>SnsDestination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type SnsDestination.Builder Modifier and Type Method Description default CreateEventDestinationRequest.BuilderCreateEventDestinationRequest.Builder. snsDestination(Consumer<SnsDestination.Builder> snsDestination)An object that contains information about an event destination for logging to Amazon SNS.default EventDestination.BuilderEventDestination.Builder. snsDestination(Consumer<SnsDestination.Builder> snsDestination)An object that contains information about an event destination that sends logging events to Amazon SNS.default UpdateEventDestinationRequest.BuilderUpdateEventDestinationRequest.Builder. snsDestination(Consumer<SnsDestination.Builder> snsDestination)An object that contains information about an event destination that sends data to Amazon SNS.
-