Interface NotificationHubStatusSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NotificationHubStatusSummary.Builder,NotificationHubStatusSummary>,SdkBuilder<NotificationHubStatusSummary.Builder,NotificationHubStatusSummary>,SdkPojo
- Enclosing class:
- NotificationHubStatusSummary
public static interface NotificationHubStatusSummary.Builder extends SdkPojo, CopyableBuilder<NotificationHubStatusSummary.Builder,NotificationHubStatusSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationHubStatusSummary.Builderreason(String reason)An explanation for the current status.NotificationHubStatusSummary.Builderstatus(String status)Status information about theNotificationHub.NotificationHubStatusSummary.Builderstatus(NotificationHubStatus status)Status information about theNotificationHub.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
status
NotificationHubStatusSummary.Builder status(String 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:
NotificationHubStatus,NotificationHubStatus
-
-
status
NotificationHubStatusSummary.Builder status(NotificationHubStatus 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:
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.
-
-