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 Details

    • 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

      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 , or scheduledChange. Currently, the investigation value isn't supported at this time.

      Parameters:
      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.
      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 , or scheduledChange. Currently, the investigation value isn't supported at this time.

      Parameters:
      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.
      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 , or scheduledChange. Currently, the investigation value isn't supported at this time.

      Parameters:
      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.
      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 , or scheduledChange. Currently, the investigation value isn't supported at this time.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.