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 SummaryModifier and TypeMethodDescriptionThe ARN used to update theNotificationConfiguration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
arnThe ARN used to update the NotificationConfiguration.- Parameters:
- arn- The ARN used to update the- NotificationConfiguration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-