Interface CreateNotificationConfigurationResponse.Builder

    • Method Detail

      • arn

        CreateNotificationConfigurationResponse.Builder arn​(String arn)

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

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

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

        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.

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

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

        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.

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