static EventDestination.Builder |
EventDestination.builder() |
|
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.cloudWatchLogsDestination(CloudWatchLogsDestination 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 Data Firehose.
|
EventDestination.Builder |
EventDestination.Builder.kinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination) |
An object that contains information about an event destination for logging to Amazon 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(String... 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.
|
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() |
|