Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoice.model.SnsDestination.Builder
-
Packages that use SnsDestination.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoice.model -
-
Uses of SnsDestination.Builder in software.amazon.awssdk.services.pinpointsmsvoice.model
Methods in software.amazon.awssdk.services.pinpointsmsvoice.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.pinpointsmsvoice.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.pinpointsmsvoice.model with type arguments of type SnsDestination.Builder Modifier and Type Method Description default EventDestination.BuilderEventDestination.Builder. snsDestination(Consumer<SnsDestination.Builder> snsDestination)Sets the value of the SnsDestination property for this object.default EventDestinationDefinition.BuilderEventDestinationDefinition.Builder. snsDestination(Consumer<SnsDestination.Builder> snsDestination)Sets the value of the SnsDestination property for this object.
-