Interface EventTypeFilter.Builder

    • 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 services associated with the event. For example, EC2, RDS.

        Parameters:
        services - The Amazon Web Services 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 services associated with the event. For example, EC2, RDS.

        Parameters:
        services - The Amazon Web Services 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.