Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoicev2.model.CreateEventDestinationResponse.Builder
-
Packages that use CreateEventDestinationResponse.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of CreateEventDestinationResponse.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return CreateEventDestinationResponse.Builder Modifier and Type Method Description static CreateEventDestinationResponse.BuilderCreateEventDestinationResponse. builder()CreateEventDestinationResponse.BuilderCreateEventDestinationResponse.Builder. configurationSetArn(String configurationSetArn)The ARN of the configuration set.CreateEventDestinationResponse.BuilderCreateEventDestinationResponse.Builder. configurationSetName(String configurationSetName)The name of the configuration set.default CreateEventDestinationResponse.BuilderCreateEventDestinationResponse.Builder. eventDestination(Consumer<EventDestination.Builder> eventDestination)The details of the destination where events are logged.CreateEventDestinationResponse.BuilderCreateEventDestinationResponse.Builder. eventDestination(EventDestination eventDestination)The details of the destination where events are logged.CreateEventDestinationResponse.BuilderCreateEventDestinationResponse. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type CreateEventDestinationResponse.Builder Modifier and Type Method Description static Class<? extends CreateEventDestinationResponse.Builder>CreateEventDestinationResponse. serializableBuilderClass()
-