Interface NotificationHubStatusSummary.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<NotificationHubStatusSummary.Builder,,NotificationHubStatusSummary> SdkBuilder<NotificationHubStatusSummary.Builder,,NotificationHubStatusSummary> SdkPojo
- Enclosing class:
 NotificationHubStatusSummary
- 
Method Summary
Modifier and TypeMethodDescriptionAn explanation for the current status.Status information about theNotificationHub.status(NotificationHubStatus status) Status information about theNotificationHub.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
status
Status information about the
NotificationHub.- 
 
Values:
- 
 
ACTIVE- 
 
Incoming
NotificationEventsare replicated to thisNotificationHub. 
 - 
 
 - 
 
REGISTERING- 
 
The
NotificationConfigurationis initializing. ANotificationConfigurationwith this status can't be deregistered. 
 - 
 
 - 
 
DEREGISTERING- 
 
The
NotificationConfigurationis being deleted. You can't register additionalNotificationHubsin the same Region as aNotificationConfigurationwith this status. 
 - 
 
 
 - 
 
 
- Parameters:
 status- Status information about theNotificationHub.- 
        
Values:
- 
        
ACTIVE- 
        
Incoming
NotificationEventsare replicated to thisNotificationHub. 
 - 
        
 - 
        
REGISTERING- 
        
The
NotificationConfigurationis initializing. ANotificationConfigurationwith this status can't be deregistered. 
 - 
        
 - 
        
DEREGISTERING- 
        
The
NotificationConfigurationis being deleted. You can't register additionalNotificationHubsin the same Region as aNotificationConfigurationwith 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
NotificationEventsare replicated to thisNotificationHub. 
 - 
 
 - 
 
REGISTERING- 
 
The
NotificationConfigurationis initializing. ANotificationConfigurationwith this status can't be deregistered. 
 - 
 
 - 
 
DEREGISTERING- 
 
The
NotificationConfigurationis being deleted. You can't register additionalNotificationHubsin the same Region as aNotificationConfigurationwith this status. 
 - 
 
 
 - 
 
 
- Parameters:
 status- Status information about theNotificationHub.- 
        
Values:
- 
        
ACTIVE- 
        
Incoming
NotificationEventsare replicated to thisNotificationHub. 
 - 
        
 - 
        
REGISTERING- 
        
The
NotificationConfigurationis initializing. ANotificationConfigurationwith this status can't be deregistered. 
 - 
        
 - 
        
DEREGISTERING- 
        
The
NotificationConfigurationis being deleted. You can't register additionalNotificationHubsin the same Region as aNotificationConfigurationwith 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.
 
 
 -