| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoice.model |
| Modifier and Type | Method and Description |
|---|---|
static EventDestinationDefinition.Builder |
EventDestinationDefinition.builder() |
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.cloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination)
Sets the value of the CloudWatchLogsDestination property for this object.
|
default EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.cloudWatchLogsDestination(Consumer<CloudWatchLogsDestination.Builder> cloudWatchLogsDestination)
Sets the value of the CloudWatchLogsDestination property for this object.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.enabled(Boolean enabled)
Indicates whether or not the event destination is enabled.
|
default EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.kinesisFirehoseDestination(Consumer<KinesisFirehoseDestination.Builder> kinesisFirehoseDestination)
Sets the value of the KinesisFirehoseDestination property for this object.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.kinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination)
Sets the value of the KinesisFirehoseDestination property for this object.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.matchingEventTypes(Collection<EventType> matchingEventTypes)
Sets the value of the MatchingEventTypes property for this object.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.matchingEventTypes(EventType... matchingEventTypes)
Sets the value of the MatchingEventTypes property for this object.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.matchingEventTypesWithStrings(Collection<String> matchingEventTypes)
Sets the value of the MatchingEventTypes property for this object.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.matchingEventTypesWithStrings(String... matchingEventTypes)
Sets the value of the MatchingEventTypes property for this object.
|
default EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.snsDestination(Consumer<SnsDestination.Builder> snsDestination)
Sets the value of the SnsDestination property for this object.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.snsDestination(SnsDestination snsDestination)
Sets the value of the SnsDestination property for this object.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EventDestinationDefinition.Builder> |
EventDestinationDefinition.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateConfigurationSetEventDestinationRequest.Builder |
UpdateConfigurationSetEventDestinationRequest.Builder.eventDestination(Consumer<EventDestinationDefinition.Builder> eventDestination)
Sets the value of the EventDestination property for this object.
|
default CreateConfigurationSetEventDestinationRequest.Builder |
CreateConfigurationSetEventDestinationRequest.Builder.eventDestination(Consumer<EventDestinationDefinition.Builder> eventDestination)
Sets the value of the EventDestination property for this object.
|
Copyright © 2023. All rights reserved.