static CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.builder() |
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.clientToken(String clientToken) |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
default CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.cloudWatchLogsDestination(Consumer<CloudWatchLogsDestination.Builder> cloudWatchLogsDestination) |
An object that contains information about an event destination for logging to Amazon CloudWatch Logs.
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.cloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination) |
An object that contains information about an event destination for logging to Amazon CloudWatch Logs.
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.configurationSetName(String configurationSetName) |
Either the name of the configuration set or the configuration set ARN to apply event logging to.
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.eventDestinationName(String eventDestinationName) |
The name that identifies the event destination.
|
default CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.kinesisFirehoseDestination(Consumer<KinesisFirehoseDestination.Builder> kinesisFirehoseDestination) |
An object that contains information about an event destination for logging to Amazon Data Firehose.
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.kinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination) |
An object that contains information about an event destination for logging to Amazon Data Firehose.
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.matchingEventTypes(Collection<EventType> matchingEventTypes) |
An array of event types that determine which events to log.
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.matchingEventTypes(EventType... matchingEventTypes) |
An array of event types that determine which events to log.
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.matchingEventTypesWithStrings(String... matchingEventTypes) |
An array of event types that determine which events to log.
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.matchingEventTypesWithStrings(Collection<String> matchingEventTypes) |
An array of event types that determine which events to log.
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.snsDestination(Consumer<SnsDestination.Builder> snsDestination) |
An object that contains information about an event destination for logging to Amazon SNS.
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.snsDestination(SnsDestination snsDestination) |
An object that contains information about an event destination for logging to Amazon SNS.
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.toBuilder() |
|