Interface GetIdentityNotificationAttributesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetIdentityNotificationAttributesResponse.Builder,
,GetIdentityNotificationAttributesResponse> SdkBuilder<GetIdentityNotificationAttributesResponse.Builder,
,GetIdentityNotificationAttributesResponse> SdkPojo
,SdkResponse.Builder
,SesResponse.Builder
- Enclosing class:
GetIdentityNotificationAttributesResponse
@Mutable
@NotThreadSafe
public static interface GetIdentityNotificationAttributesResponse.Builder
extends SesResponse.Builder, SdkPojo, CopyableBuilder<GetIdentityNotificationAttributesResponse.Builder,GetIdentityNotificationAttributesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionnotificationAttributes
(Map<String, IdentityNotificationAttributes> notificationAttributes) A map of Identity to IdentityNotificationAttributes.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
Methods inherited from interface software.amazon.awssdk.services.ses.model.SesResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
notificationAttributes
GetIdentityNotificationAttributesResponse.Builder notificationAttributes(Map<String, IdentityNotificationAttributes> notificationAttributes) A map of Identity to IdentityNotificationAttributes.
- Parameters:
notificationAttributes
- A map of Identity to IdentityNotificationAttributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-