Interface CreatePushNotificationRegistrationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConnectResponse.Builder
,CopyableBuilder<CreatePushNotificationRegistrationResponse.Builder,
,CreatePushNotificationRegistrationResponse> SdkBuilder<CreatePushNotificationRegistrationResponse.Builder,
,CreatePushNotificationRegistrationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreatePushNotificationRegistrationResponse
@Mutable
@NotThreadSafe
public static interface CreatePushNotificationRegistrationResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<CreatePushNotificationRegistrationResponse.Builder,CreatePushNotificationRegistrationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionregistrationId
(String registrationId) The identifier for the registration.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
registrationId
The identifier for the registration.
- Parameters:
registrationId
- The identifier for the registration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-