static UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.builder() |
|
default UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.cloudWatchLogsDestination(Consumer<CloudWatchLogsDestination.Builder> cloudWatchLogsDestination) |
An object that contains information about an event destination that sends data to CloudWatch Logs.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.cloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination) |
An object that contains information about an event destination that sends data to CloudWatch Logs.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.configurationSetName(String configurationSetName) |
The configuration set to update with the new event destination.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.enabled(Boolean enabled) |
When set to true logging is enabled.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.eventDestinationName(String eventDestinationName) |
The name to use for the event destination.
|
default UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.kinesisFirehoseDestination(Consumer<KinesisFirehoseDestination.Builder> kinesisFirehoseDestination) |
An object that contains information about an event destination for logging to Kinesis Data Firehose.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.kinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination) |
An object that contains information about an event destination for logging to Kinesis Data Firehose.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.matchingEventTypes(Collection<EventType> matchingEventTypes) |
An array of event types that determine which events to log.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.matchingEventTypes(EventType... matchingEventTypes) |
An array of event types that determine which events to log.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.matchingEventTypesWithStrings(String... matchingEventTypes) |
An array of event types that determine which events to log.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.matchingEventTypesWithStrings(Collection<String> matchingEventTypes) |
An array of event types that determine which events to log.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.snsDestination(Consumer<SnsDestination.Builder> snsDestination) |
An object that contains information about an event destination that sends data to Amazon SNS.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.snsDestination(SnsDestination snsDestination) |
An object that contains information about an event destination that sends data to Amazon SNS.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.toBuilder() |
|