Interface NotificationHubStatusSummary.Builder

  • Method Details

    • 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:
    • 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:
    • 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.