Interface RegisterNotificationHubResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RegisterNotificationHubResponse.Builder,RegisterNotificationHubResponse>,NotificationsResponse.Builder,SdkBuilder<RegisterNotificationHubResponse.Builder,RegisterNotificationHubResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RegisterNotificationHubResponse
public static interface RegisterNotificationHubResponse.Builder extends NotificationsResponse.Builder, SdkPojo, CopyableBuilder<RegisterNotificationHubResponse.Builder,RegisterNotificationHubResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description RegisterNotificationHubResponse.BuildercreationTime(Instant creationTime)The date the resource was created.RegisterNotificationHubResponse.BuilderlastActivationTime(Instant lastActivationTime)The date the resource was last activated.RegisterNotificationHubResponse.BuildernotificationHubRegion(String notificationHubRegion)The Region of theNotificationHub.default RegisterNotificationHubResponse.BuilderstatusSummary(Consumer<NotificationHubStatusSummary.Builder> statusSummary)Provides additional information about the currentNotificationConfigurationstatus information.RegisterNotificationHubResponse.BuilderstatusSummary(NotificationHubStatusSummary statusSummary)Provides additional information about the currentNotificationConfigurationstatus information.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
notificationHubRegion
RegisterNotificationHubResponse.Builder notificationHubRegion(String notificationHubRegion)
The Region of the
NotificationHub.- Parameters:
notificationHubRegion- The Region of theNotificationHub.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusSummary
RegisterNotificationHubResponse.Builder statusSummary(NotificationHubStatusSummary statusSummary)
Provides additional information about the current
NotificationConfigurationstatus information.- Parameters:
statusSummary- Provides additional information about the currentNotificationConfigurationstatus information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusSummary
default RegisterNotificationHubResponse.Builder statusSummary(Consumer<NotificationHubStatusSummary.Builder> statusSummary)
Provides additional information about the current
This is a convenience method that creates an instance of theNotificationConfigurationstatus information.NotificationHubStatusSummary.Builderavoiding the need to create one manually viaNotificationHubStatusSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatusSummary(NotificationHubStatusSummary).- Parameters:
statusSummary- a consumer that will call methods onNotificationHubStatusSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
statusSummary(NotificationHubStatusSummary)
-
creationTime
RegisterNotificationHubResponse.Builder creationTime(Instant creationTime)
The date the resource was created.
- Parameters:
creationTime- The date the resource was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastActivationTime
RegisterNotificationHubResponse.Builder lastActivationTime(Instant lastActivationTime)
The date the resource was last activated.
- Parameters:
lastActivationTime- The date the resource was last activated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-