Interface GetIdentityMailFromDomainAttributesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetIdentityMailFromDomainAttributesResponse.Builder,
,GetIdentityMailFromDomainAttributesResponse> SdkBuilder<GetIdentityMailFromDomainAttributesResponse.Builder,
,GetIdentityMailFromDomainAttributesResponse> SdkPojo
,SdkResponse.Builder
,SesResponse.Builder
- Enclosing class:
GetIdentityMailFromDomainAttributesResponse
@Mutable
@NotThreadSafe
public static interface GetIdentityMailFromDomainAttributesResponse.Builder
extends SesResponse.Builder, SdkPojo, CopyableBuilder<GetIdentityMailFromDomainAttributesResponse.Builder,GetIdentityMailFromDomainAttributesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionmailFromDomainAttributes
(Map<String, IdentityMailFromDomainAttributes> mailFromDomainAttributes) A map of identities to custom MAIL FROM attributes.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
-
mailFromDomainAttributes
GetIdentityMailFromDomainAttributesResponse.Builder mailFromDomainAttributes(Map<String, IdentityMailFromDomainAttributes> mailFromDomainAttributes) A map of identities to custom MAIL FROM attributes.
- Parameters:
mailFromDomainAttributes
- A map of identities to custom MAIL FROM attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-