static RegisterNotificationHubResponse.Builder |
RegisterNotificationHubResponse.builder() |
|
RegisterNotificationHubResponse.Builder |
RegisterNotificationHubResponse.Builder.creationTime(Instant creationTime) |
The date the resource was created.
|
RegisterNotificationHubResponse.Builder |
RegisterNotificationHubResponse.Builder.lastActivationTime(Instant lastActivationTime) |
The date the resource was last activated.
|
RegisterNotificationHubResponse.Builder |
RegisterNotificationHubResponse.Builder.notificationHubRegion(String notificationHubRegion) |
The Region of the NotificationHub.
|
default RegisterNotificationHubResponse.Builder |
RegisterNotificationHubResponse.Builder.statusSummary(Consumer<NotificationHubStatusSummary.Builder> statusSummary) |
Provides additional information about the current NotificationConfiguration status information.
|
RegisterNotificationHubResponse.Builder |
RegisterNotificationHubResponse.Builder.statusSummary(NotificationHubStatusSummary statusSummary) |
Provides additional information about the current NotificationConfiguration status information.
|
RegisterNotificationHubResponse.Builder |
RegisterNotificationHubResponse.toBuilder() |
|