public static interface EventTypeFilter.Builder extends SdkPojo, CopyableBuilder<EventTypeFilter.Builder,EventTypeFilter>
| Modifier and Type | Method and Description |
|---|---|
EventTypeFilter.Builder |
eventTypeCategories(Collection<EventTypeCategory> eventTypeCategories)
A list of event type category codes (
issue, scheduledChange, or
accountNotification). |
EventTypeFilter.Builder |
eventTypeCategories(EventTypeCategory... eventTypeCategories)
A list of event type category codes (
issue, scheduledChange, or
accountNotification). |
EventTypeFilter.Builder |
eventTypeCategoriesWithStrings(Collection<String> eventTypeCategories)
A list of event type category codes (
issue, scheduledChange, or
accountNotification). |
EventTypeFilter.Builder |
eventTypeCategoriesWithStrings(String... eventTypeCategories)
A list of event type category codes (
issue, scheduledChange, or
accountNotification). |
EventTypeFilter.Builder |
eventTypeCodes(Collection<String> eventTypeCodes)
A list of event type codes.
|
EventTypeFilter.Builder |
eventTypeCodes(String... eventTypeCodes)
A list of event type codes.
|
EventTypeFilter.Builder |
services(Collection<String> services)
The AWS services associated with the event.
|
EventTypeFilter.Builder |
services(String... services)
The AWS services associated with the event.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventTypeFilter.Builder eventTypeCodes(Collection<String> eventTypeCodes)
A list of event type codes.
eventTypeCodes - A list of event type codes.EventTypeFilter.Builder eventTypeCodes(String... eventTypeCodes)
A list of event type codes.
eventTypeCodes - A list of event type codes.EventTypeFilter.Builder services(Collection<String> services)
The AWS services associated with the event. For example, EC2, RDS.
services - The AWS services associated with the event. For example, EC2, RDS.EventTypeFilter.Builder services(String... services)
The AWS services associated with the event. For example, EC2, RDS.
services - The AWS services associated with the event. For example, EC2, RDS.EventTypeFilter.Builder eventTypeCategoriesWithStrings(Collection<String> eventTypeCategories)
A list of event type category codes (issue, scheduledChange, or
accountNotification).
eventTypeCategories - A list of event type category codes (issue, scheduledChange, or
accountNotification).EventTypeFilter.Builder eventTypeCategoriesWithStrings(String... eventTypeCategories)
A list of event type category codes (issue, scheduledChange, or
accountNotification).
eventTypeCategories - A list of event type category codes (issue, scheduledChange, or
accountNotification).EventTypeFilter.Builder eventTypeCategories(Collection<EventTypeCategory> eventTypeCategories)
A list of event type category codes (issue, scheduledChange, or
accountNotification).
eventTypeCategories - A list of event type category codes (issue, scheduledChange, or
accountNotification).EventTypeFilter.Builder eventTypeCategories(EventTypeCategory... eventTypeCategories)
A list of event type category codes (issue, scheduledChange, or
accountNotification).
eventTypeCategories - A list of event type category codes (issue, scheduledChange, or
accountNotification).Copyright © 2020. All rights reserved.