Interface EventTypeFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EventTypeFilter.Builder,EventTypeFilter>,SdkBuilder<EventTypeFilter.Builder,EventTypeFilter>,SdkPojo
- Enclosing class:
- EventTypeFilter
public static interface EventTypeFilter.Builder extends SdkPojo, CopyableBuilder<EventTypeFilter.Builder,EventTypeFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventTypeFilter.BuildereventTypeCategories(Collection<EventTypeCategory> eventTypeCategories)A list of event type category codes.EventTypeFilter.BuildereventTypeCategories(EventTypeCategory... eventTypeCategories)A list of event type category codes.EventTypeFilter.BuildereventTypeCategoriesWithStrings(String... eventTypeCategories)A list of event type category codes.EventTypeFilter.BuildereventTypeCategoriesWithStrings(Collection<String> eventTypeCategories)A list of event type category codes.EventTypeFilter.BuildereventTypeCodes(String... eventTypeCodes)A list of event type codes.EventTypeFilter.BuildereventTypeCodes(Collection<String> eventTypeCodes)A list of event type codes.EventTypeFilter.Builderservices(String... services)The Amazon Web Services associated with the event.EventTypeFilter.Builderservices(Collection<String> services)The Amazon Web Services associated with the event.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
eventTypeCodes
EventTypeFilter.Builder eventTypeCodes(Collection<String> eventTypeCodes)
A list of event type codes.
- Parameters:
eventTypeCodes- A list of event type codes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTypeCodes
EventTypeFilter.Builder eventTypeCodes(String... eventTypeCodes)
A list of event type codes.
- Parameters:
eventTypeCodes- A list of event type codes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
services
EventTypeFilter.Builder services(Collection<String> services)
The Amazon Web Services associated with the event. For example,
EC2,RDS.- Parameters:
services- The Amazon Web Services associated with the event. For example,EC2,RDS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
services
EventTypeFilter.Builder services(String... services)
The Amazon Web Services associated with the event. For example,
EC2,RDS.- Parameters:
services- The Amazon Web Services associated with the event. For example,EC2,RDS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTypeCategoriesWithStrings
EventTypeFilter.Builder eventTypeCategoriesWithStrings(Collection<String> eventTypeCategories)
A list of event type category codes. Possible values are
issue,accountNotification, orscheduledChange. Currently, theinvestigationvalue isn't supported at this time.- Parameters:
eventTypeCategories- A list of event type category codes. Possible values areissue,accountNotification, orscheduledChange. Currently, theinvestigationvalue isn't supported at this time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTypeCategoriesWithStrings
EventTypeFilter.Builder eventTypeCategoriesWithStrings(String... eventTypeCategories)
A list of event type category codes. Possible values are
issue,accountNotification, orscheduledChange. Currently, theinvestigationvalue isn't supported at this time.- Parameters:
eventTypeCategories- A list of event type category codes. Possible values areissue,accountNotification, orscheduledChange. Currently, theinvestigationvalue isn't supported at this time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTypeCategories
EventTypeFilter.Builder eventTypeCategories(Collection<EventTypeCategory> eventTypeCategories)
A list of event type category codes. Possible values are
issue,accountNotification, orscheduledChange. Currently, theinvestigationvalue isn't supported at this time.- Parameters:
eventTypeCategories- A list of event type category codes. Possible values areissue,accountNotification, orscheduledChange. Currently, theinvestigationvalue isn't supported at this time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTypeCategories
EventTypeFilter.Builder eventTypeCategories(EventTypeCategory... eventTypeCategories)
A list of event type category codes. Possible values are
issue,accountNotification, orscheduledChange. Currently, theinvestigationvalue isn't supported at this time.- Parameters:
eventTypeCategories- A list of event type category codes. Possible values areissue,accountNotification, orscheduledChange. Currently, theinvestigationvalue isn't supported at this time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-