| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
static EventDestination.Builder |
EventDestination.builder() |
EventDestination.Builder |
EventDestination.Builder.cloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination)
An object that contains information about an event destination that sends logging events to Amazon CloudWatch
logs.
|
default EventDestination.Builder |
EventDestination.Builder.cloudWatchLogsDestination(Consumer<CloudWatchLogsDestination.Builder> cloudWatchLogsDestination)
An object that contains information about an event destination that sends logging events to Amazon CloudWatch
logs.
|
EventDestination.Builder |
EventDestination.Builder.enabled(Boolean enabled)
When set to true events will be logged.
|
EventDestination.Builder |
EventDestination.Builder.eventDestinationName(String eventDestinationName)
The name of the EventDestination.
|
default EventDestination.Builder |
EventDestination.Builder.kinesisFirehoseDestination(Consumer<KinesisFirehoseDestination.Builder> kinesisFirehoseDestination)
An object that contains information about an event destination for logging to Amazon Kinesis Data Firehose.
|
EventDestination.Builder |
EventDestination.Builder.kinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination)
An object that contains information about an event destination for logging to Amazon Kinesis Data Firehose.
|
EventDestination.Builder |
EventDestination.Builder.matchingEventTypes(Collection<EventType> matchingEventTypes)
An array of event types that determine which events to log.
|
EventDestination.Builder |
EventDestination.Builder.matchingEventTypes(EventType... matchingEventTypes)
An array of event types that determine which events to log.
|
EventDestination.Builder |
EventDestination.Builder.matchingEventTypesWithStrings(Collection<String> matchingEventTypes)
An array of event types that determine which events to log.
|
EventDestination.Builder |
EventDestination.Builder.matchingEventTypesWithStrings(String... matchingEventTypes)
An array of event types that determine which events to log.
|
default EventDestination.Builder |
EventDestination.Builder.snsDestination(Consumer<SnsDestination.Builder> snsDestination)
An object that contains information about an event destination that sends logging events to Amazon SNS.
|
EventDestination.Builder |
EventDestination.Builder.snsDestination(SnsDestination snsDestination)
An object that contains information about an event destination that sends logging events to Amazon SNS.
|
EventDestination.Builder |
EventDestination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EventDestination.Builder> |
EventDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateEventDestinationResponse.Builder |
CreateEventDestinationResponse.Builder.eventDestination(Consumer<EventDestination.Builder> eventDestination)
The details of the destination where events are logged.
|
default UpdateEventDestinationResponse.Builder |
UpdateEventDestinationResponse.Builder.eventDestination(Consumer<EventDestination.Builder> eventDestination)
An EventDestination object containing the details of where events will be logged.
|
default DeleteEventDestinationResponse.Builder |
DeleteEventDestinationResponse.Builder.eventDestination(Consumer<EventDestination.Builder> eventDestination)
The event destination object that was deleted.
|
Copyright © 2023. All rights reserved.