Interface EventType.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EventType.Builder,EventType>, SdkBuilder<EventType.Builder,EventType>, SdkPojo
Enclosing class:
EventType

public static interface EventType.Builder extends SdkPojo, CopyableBuilder<EventType.Builder,EventType>
  • Method Details

    • service

      EventType.Builder service(String service)

      The Amazon Web Service that is affected by the event. For example, EC2, RDS.

      Parameters:
      service - The Amazon Web Service that is affected by the event. For example, EC2, RDS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • code

      The unique identifier for the event type. The format is AWS_SERVICE_DESCRIPTION ; for example, AWS_EC2_SYSTEM_MAINTENANCE_EVENT.

      Parameters:
      code - The unique identifier for the event type. The format is 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.
    • category

      EventType.Builder category(String category)

      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:
      category - 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.
      See Also:
    • category

      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:
      category - 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.
      See Also: