Interface UpdateNotificationConfigurationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateNotificationConfigurationResponse.Builder,,UpdateNotificationConfigurationResponse> NotificationsResponse.Builder,SdkBuilder<UpdateNotificationConfigurationResponse.Builder,,UpdateNotificationConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateNotificationConfigurationResponse
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
copyMethods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsResponse.Builder
build, responseMetadata, responseMetadataMethods 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
- 
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.
 
 
 -