Interface EmailRecipient.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EmailRecipient.Builder,
,EmailRecipient> SdkBuilder<EmailRecipient.Builder,
,EmailRecipient> SdkPojo
- Enclosing class:
EmailRecipient
@Mutable
@NotThreadSafe
public static interface EmailRecipient.Builder
extends SdkPojo, CopyableBuilder<EmailRecipient.Builder,EmailRecipient>
-
Method Summary
Modifier and TypeMethodDescriptionAddress of the email recipient.displayName
(String displayName) Display name of the email recipient.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
-
Method Details
-
address
Address of the email recipient.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
- Parameters:
address
- Address of the email recipient.Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
Display name of the email recipient.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
- Parameters:
displayName
- Display name of the email recipient.Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-