public static interface EventTypeFilter.Builder extends CopyableBuilder<EventTypeFilter.Builder,EventTypeFilter>
Modifier and Type | Method and Description |
---|---|
EventTypeFilter.Builder |
eventTypeCategories(Collection<String> eventTypeCategories)
A list of event type category codes (
issue , scheduledChange , or
accountNotification ). |
EventTypeFilter.Builder |
eventTypeCategories(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.
|
copy
apply, build
EventTypeFilter.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 eventTypeCategories(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 eventTypeCategories(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
).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.