Interface UpdateNotificationConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateNotificationConfigurationResponse.Builder,
,UpdateNotificationConfigurationResponse> NotificationsResponse.Builder
,SdkBuilder<UpdateNotificationConfigurationResponse.Builder,
,UpdateNotificationConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateNotificationConfigurationResponse
@Mutable
@NotThreadSafe
public static interface UpdateNotificationConfigurationResponse.Builder
extends NotificationsResponse.Builder, SdkPojo, CopyableBuilder<UpdateNotificationConfigurationResponse.Builder,UpdateNotificationConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN used to update theNotificationConfiguration
.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 Details
-
arn
The ARN used to update the
NotificationConfiguration
.- Parameters:
arn
- The ARN used to update theNotificationConfiguration
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-