Interface NotificationHubStatusSummary.Builder

    • Method Detail

      • status

        NotificationHubStatusSummary.Builder status​(String status)

        Status information about the NotificationHub.

        • Values:

          • ACTIVE

            • Incoming NotificationEvents are replicated to this NotificationHub.

          • REGISTERING

            • The NotificationConfiguration is initializing. A NotificationConfiguration with this status can't be deregistered.

          • DEREGISTERING

            • The NotificationConfiguration is being deleted. You can't register additional NotificationHubs in the same Region as a NotificationConfiguration with this status.

        Parameters:
        status - Status information about the NotificationHub.

        • Values:

          • ACTIVE

            • Incoming NotificationEvents are replicated to this NotificationHub.

          • REGISTERING

            • The NotificationConfiguration is initializing. A NotificationConfiguration with this status can't be deregistered.

          • DEREGISTERING

            • The NotificationConfiguration is being deleted. You can't register additional NotificationHubs in the same Region as a NotificationConfiguration with this status.

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

        NotificationHubStatusSummary.Builder status​(NotificationHubStatus status)

        Status information about the NotificationHub.

        • Values:

          • ACTIVE

            • Incoming NotificationEvents are replicated to this NotificationHub.

          • REGISTERING

            • The NotificationConfiguration is initializing. A NotificationConfiguration with this status can't be deregistered.

          • DEREGISTERING

            • The NotificationConfiguration is being deleted. You can't register additional NotificationHubs in the same Region as a NotificationConfiguration with this status.

        Parameters:
        status - Status information about the NotificationHub.

        • Values:

          • ACTIVE

            • Incoming NotificationEvents are replicated to this NotificationHub.

          • REGISTERING

            • The NotificationConfiguration is initializing. A NotificationConfiguration with this status can't be deregistered.

          • DEREGISTERING

            • The NotificationConfiguration is being deleted. You can't register additional NotificationHubs in the same Region as a NotificationConfiguration with this status.

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

        NotificationHubStatusSummary.Builder reason​(String reason)

        An explanation for the current status.

        Parameters:
        reason - An explanation for the current status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.