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
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 Details
-
status
Status information about the
NotificationHub
.-
Values:
-
ACTIVE
-
Incoming
NotificationEvents
are replicated to thisNotificationHub
.
-
-
REGISTERING
-
The
NotificationConfiguration
is initializing. ANotificationConfiguration
with this status can't be deregistered.
-
-
DEREGISTERING
-
The
NotificationConfiguration
is being deleted. You can't register additionalNotificationHubs
in the same Region as aNotificationConfiguration
with this status.
-
-
- Parameters:
status
- Status information about theNotificationHub
.-
Values:
-
ACTIVE
-
Incoming
NotificationEvents
are replicated to thisNotificationHub
.
-
-
REGISTERING
-
The
NotificationConfiguration
is initializing. ANotificationConfiguration
with this status can't be deregistered.
-
-
DEREGISTERING
-
The
NotificationConfiguration
is being deleted. You can't register additionalNotificationHubs
in the same Region as aNotificationConfiguration
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 thisNotificationHub
.
-
-
REGISTERING
-
The
NotificationConfiguration
is initializing. ANotificationConfiguration
with this status can't be deregistered.
-
-
DEREGISTERING
-
The
NotificationConfiguration
is being deleted. You can't register additionalNotificationHubs
in the same Region as aNotificationConfiguration
with this status.
-
-
- Parameters:
status
- Status information about theNotificationHub
.-
Values:
-
ACTIVE
-
Incoming
NotificationEvents
are replicated to thisNotificationHub
.
-
-
REGISTERING
-
The
NotificationConfiguration
is initializing. ANotificationConfiguration
with this status can't be deregistered.
-
-
DEREGISTERING
-
The
NotificationConfiguration
is being deleted. You can't register additionalNotificationHubs
in the same Region as aNotificationConfiguration
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.
-