static EventDestinationDefinition.Builder |
EventDestinationDefinition.builder() |
|
default EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.cloudWatchLogsDestination(Consumer<CloudWatchLogsDestination.Builder> cloudWatchLogsDestination) |
Sets the value of the CloudWatchLogsDestination property for this object.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.cloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination) |
Sets the value of the CloudWatchLogsDestination property for this object.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.enabled(Boolean enabled) |
Indicates whether or not the event destination is enabled.
|
default EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.kinesisFirehoseDestination(Consumer<KinesisFirehoseDestination.Builder> kinesisFirehoseDestination) |
Sets the value of the KinesisFirehoseDestination property for this object.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.kinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination) |
Sets the value of the KinesisFirehoseDestination property for this object.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.matchingEventTypes(Collection<EventType> matchingEventTypes) |
Sets the value of the MatchingEventTypes property for this object.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.matchingEventTypes(EventType... matchingEventTypes) |
Sets the value of the MatchingEventTypes property for this object.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.matchingEventTypesWithStrings(String... matchingEventTypes) |
Sets the value of the MatchingEventTypes property for this object.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.matchingEventTypesWithStrings(Collection<String> matchingEventTypes) |
Sets the value of the MatchingEventTypes property for this object.
|
default EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.snsDestination(Consumer<SnsDestination.Builder> snsDestination) |
Sets the value of the SnsDestination property for this object.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.Builder.snsDestination(SnsDestination snsDestination) |
Sets the value of the SnsDestination property for this object.
|
EventDestinationDefinition.Builder |
EventDestinationDefinition.toBuilder() |
|