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