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.
|
EventTypeFilter.Builder |
eventTypeCategories(EventTypeCategory... eventTypeCategories)
A list of event type category codes.
|
EventTypeFilter.Builder |
eventTypeCategoriesWithStrings(Collection<String> eventTypeCategories)
A list of event type category codes.
|
EventTypeFilter.Builder |
eventTypeCategoriesWithStrings(String... eventTypeCategories)
A list of event type category codes.
|
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 Amazon Web Services services associated with the event.
|
EventTypeFilter.Builder |
services(String... services)
The Amazon Web Services 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 Amazon Web Services services associated with the event. For example, EC2, RDS.
services - The Amazon Web Services services associated with the event. For example, EC2,
RDS.EventTypeFilter.Builder services(String... services)
The Amazon Web Services services associated with the event. For example, EC2, RDS.
services - The Amazon Web Services services associated with the event. For example, EC2,
RDS.EventTypeFilter.Builder eventTypeCategoriesWithStrings(Collection<String> eventTypeCategories)
A list of event type category codes. Possible values are issue, accountNotification
, or scheduledChange. Currently, the investigation value isn't supported at this
time.
eventTypeCategories - A list of event type category codes. Possible values are issue,
accountNotification, or scheduledChange. Currently, the
investigation value isn't supported at this time.EventTypeFilter.Builder eventTypeCategoriesWithStrings(String... eventTypeCategories)
A list of event type category codes. Possible values are issue, accountNotification
, or scheduledChange. Currently, the investigation value isn't supported at this
time.
eventTypeCategories - A list of event type category codes. Possible values are issue,
accountNotification, or scheduledChange. Currently, the
investigation value isn't supported at this time.EventTypeFilter.Builder eventTypeCategories(Collection<EventTypeCategory> eventTypeCategories)
A list of event type category codes. Possible values are issue, accountNotification
, or scheduledChange. Currently, the investigation value isn't supported at this
time.
eventTypeCategories - A list of event type category codes. Possible values are issue,
accountNotification, or scheduledChange. Currently, the
investigation value isn't supported at this time.EventTypeFilter.Builder eventTypeCategories(EventTypeCategory... eventTypeCategories)
A list of event type category codes. Possible values are issue, accountNotification
, or scheduledChange. Currently, the investigation value isn't supported at this
time.
eventTypeCategories - A list of event type category codes. Possible values are issue,
accountNotification, or scheduledChange. Currently, the
investigation value isn't supported at this time.Copyright © 2022. All rights reserved.