Interface NotificationConfigurationStructure.Builder

    • Method Detail

      • arn

        NotificationConfigurationStructure.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the NotificationConfiguration resource.

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

        NotificationConfigurationStructure.Builder name​(String name)

        The name of the NotificationConfiguration. Supports RFC 3986's unreserved characters.

        Parameters:
        name - The name of the NotificationConfiguration. Supports RFC 3986's unreserved characters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        NotificationConfigurationStructure.Builder description​(String 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.
      • creationTime

        NotificationConfigurationStructure.Builder creationTime​(Instant 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

        NotificationConfigurationStructure.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, AggregationDuration
      • aggregationDuration

        NotificationConfigurationStructure.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:
        AggregationDuration, AggregationDuration