Interface NotificationHubStatusSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<NotificationHubStatusSummary.Builder,,- NotificationHubStatusSummary> - SdkBuilder<NotificationHubStatusSummary.Builder,,- NotificationHubStatusSummary> - SdkPojo
- Enclosing class:
- NotificationHubStatusSummary
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
statusStatus 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 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.
 
- 
        
 
- 
        
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
statusStatus 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 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.
 
- 
        
 
- 
        
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
reasonAn 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.
 
 
-