Interface GetNotificationConfigurationResponse.Builder

    • Method Detail

      • name

        GetNotificationConfigurationResponse.Builder name​(String 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

        GetNotificationConfigurationResponse.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.
      • status

        GetNotificationConfigurationResponse.Builder status​(String status)

        The status of this NotificationConfiguration.

        The status should always be INACTIVE when part of the CreateNotificationConfiguration response.

        • Values:

          • ACTIVE

            • All EventRules are ACTIVE and any call can be run.

          • PARTIALLY_ACTIVE

            • Some EventRules are ACTIVE and some are INACTIVE.

            • Any call can be run.

          • INACTIVE

            • All EventRules are INACTIVE and any call can be run.

          • DELETING

            • This NotificationConfiguration is being deleted. Only GET and LIST calls can be run.

            • Only GET and LIST calls can be run.

        Parameters:
        status - The status of this NotificationConfiguration.

        The status should always be INACTIVE when part of the CreateNotificationConfiguration response.

        • Values:

          • ACTIVE

            • All EventRules are ACTIVE and any call can be run.

          • PARTIALLY_ACTIVE

            • Some EventRules are ACTIVE and some are INACTIVE.

            • Any call can be run.

          • INACTIVE

            • All EventRules are INACTIVE and any call can be run.

          • DELETING

            • This NotificationConfiguration is being deleted. Only GET and LIST calls can be run.

            • Only GET and LIST calls can be run.

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

        GetNotificationConfigurationResponse.Builder status​(NotificationConfigurationStatus status)

        The status of this NotificationConfiguration.

        The status should always be INACTIVE when part of the CreateNotificationConfiguration response.

        • Values:

          • ACTIVE

            • All EventRules are ACTIVE and any call can be run.

          • PARTIALLY_ACTIVE

            • Some EventRules are ACTIVE and some are INACTIVE.

            • Any call can be run.

          • INACTIVE

            • All EventRules are INACTIVE and any call can be run.

          • DELETING

            • This NotificationConfiguration is being deleted. Only GET and LIST calls can be run.

            • Only GET and LIST calls can be run.

        Parameters:
        status - The status of this NotificationConfiguration.

        The status should always be INACTIVE when part of the CreateNotificationConfiguration response.

        • Values:

          • ACTIVE

            • All EventRules are ACTIVE and any call can be run.

          • PARTIALLY_ACTIVE

            • Some EventRules are ACTIVE and some are INACTIVE.

            • Any call can be run.

          • INACTIVE

            • All EventRules are INACTIVE and any call can be run.

          • DELETING

            • This NotificationConfiguration is being deleted. Only GET and LIST calls can be run.

            • Only GET and LIST calls can be run.

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

        GetNotificationConfigurationResponse.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

        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.

              No delay in delivery.

        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.

              No delay in delivery.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AggregationDuration, AggregationDuration
      • 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.

              No delay in delivery.

        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.

              No delay in delivery.

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