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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateNotificationConfigurationResponse.Builderarn(String arn)The 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 Detail
-
arn
UpdateNotificationConfigurationResponse.Builder arn(String 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.
-
-