Interface DescribeEventTypesResponse.Builder

    • Method Detail

      • eventTypes

        DescribeEventTypesResponse.Builder eventTypes​(Collection<EventType> eventTypes)

        A list of event types that match the filter criteria. Event types have a category (issue, accountNotification, or scheduledChange), a service (for example, EC2, RDS, DATAPIPELINE, BILLING), and a code (in the format AWS_SERVICE_DESCRIPTION ; for example, AWS_EC2_SYSTEM_MAINTENANCE_EVENT).

        Parameters:
        eventTypes - A list of event types that match the filter criteria. Event types have a category (issue, accountNotification, or scheduledChange), a service (for example, EC2, RDS, DATAPIPELINE, BILLING), and a code (in the format AWS_SERVICE_DESCRIPTION ; for example, AWS_EC2_SYSTEM_MAINTENANCE_EVENT).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventTypes

        DescribeEventTypesResponse.Builder eventTypes​(EventType... eventTypes)

        A list of event types that match the filter criteria. Event types have a category (issue, accountNotification, or scheduledChange), a service (for example, EC2, RDS, DATAPIPELINE, BILLING), and a code (in the format AWS_SERVICE_DESCRIPTION ; for example, AWS_EC2_SYSTEM_MAINTENANCE_EVENT).

        Parameters:
        eventTypes - A list of event types that match the filter criteria. Event types have a category (issue, accountNotification, or scheduledChange), a service (for example, EC2, RDS, DATAPIPELINE, BILLING), and a code (in the format AWS_SERVICE_DESCRIPTION ; for example, AWS_EC2_SYSTEM_MAINTENANCE_EVENT).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventTypes

        DescribeEventTypesResponse.Builder eventTypes​(Consumer<EventType.Builder>... eventTypes)

        A list of event types that match the filter criteria. Event types have a category (issue, accountNotification, or scheduledChange), a service (for example, EC2, RDS, DATAPIPELINE, BILLING), and a code (in the format AWS_SERVICE_DESCRIPTION ; for example, AWS_EC2_SYSTEM_MAINTENANCE_EVENT).

        This is a convenience method that creates an instance of the EventType.Builder avoiding the need to create one manually via EventType.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #eventTypes(List).

        Parameters:
        eventTypes - a consumer that will call methods on EventType.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #eventTypes(java.util.Collection)
      • nextToken

        DescribeEventTypesResponse.Builder nextToken​(String nextToken)

        If the results of a search are large, only a portion of the results are returned, and a nextToken pagination token is returned in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.

        Parameters:
        nextToken - If the results of a search are large, only a portion of the results are returned, and a nextToken pagination token is returned in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.