Interface CreateNotificationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<CreateNotificationResponse.Builder,,CreateNotificationResponse> SdkBuilder<CreateNotificationResponse.Builder,,CreateNotificationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateNotificationResponse
@Mutable
@NotThreadSafe
public static interface CreateNotificationResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<CreateNotificationResponse.Builder,CreateNotificationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionnotificationArn(String notificationArn) The Amazon Resource Name (ARN) of the created notification.notificationId(String notificationId) The unique identifier assigned to the created notification.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
notificationId
The unique identifier assigned to the created notification.
- Parameters:
notificationId- The unique identifier assigned to the created notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationArn
The Amazon Resource Name (ARN) of the created notification.
- Parameters:
notificationArn- The Amazon Resource Name (ARN) of the created notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-