Interface GetNotificationConfigurationResponse.Builder

  • Method Details

    • arn

      The ARN of the resource.

      Parameters:
      arn - The ARN of the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the NotificationConfiguration.

      Parameters:
      name - The name of the NotificationConfiguration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      The description of the NotificationConfiguration.

      Parameters:
      description - The description of the NotificationConfiguration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of this NotificationConfiguration.

      Parameters:
      status - The status of this NotificationConfiguration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of this NotificationConfiguration.

      Parameters:
      status - The status of this NotificationConfiguration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTime

      The creation time of the NotificationConfiguration.

      Parameters:
      creationTime - The creation time of the NotificationConfiguration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • aggregationDuration

      GetNotificationConfigurationResponse.Builder aggregationDuration(String aggregationDuration)

      The aggregation preference of the NotificationConfiguration.

      • Values:

        • LONG

          • Aggregate notifications for long periods of time (12 hours).

        • SHORT

          • Aggregate notifications for short periods of time (5 minutes).

        • NONE

          • Don't aggregate notifications.

      Parameters:
      aggregationDuration - The aggregation preference of the NotificationConfiguration.

      • Values:

        • LONG

          • Aggregate notifications for long periods of time (12 hours).

        • SHORT

          • Aggregate notifications for short periods of time (5 minutes).

        • NONE

          • Don't aggregate notifications.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • aggregationDuration

      GetNotificationConfigurationResponse.Builder aggregationDuration(AggregationDuration aggregationDuration)

      The aggregation preference of the NotificationConfiguration.

      • Values:

        • LONG

          • Aggregate notifications for long periods of time (12 hours).

        • SHORT

          • Aggregate notifications for short periods of time (5 minutes).

        • NONE

          • Don't aggregate notifications.

      Parameters:
      aggregationDuration - The aggregation preference of the NotificationConfiguration.

      • Values:

        • LONG

          • Aggregate notifications for long periods of time (12 hours).

        • SHORT

          • Aggregate notifications for short periods of time (5 minutes).

        • NONE

          • Don't aggregate notifications.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: