Interface CustomerContact.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomerContact.Builder,
,CustomerContact> SdkBuilder<CustomerContact.Builder,
,CustomerContact> SdkPojo
- Enclosing class:
CustomerContact
@Mutable
@NotThreadSafe
public static interface CustomerContact.Builder
extends SdkPojo, CopyableBuilder<CustomerContact.Builder,CustomerContact>
-
Method Summary
Modifier and TypeMethodDescriptionThe email address of the contact.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
-
email
The email address of the contact.
- Parameters:
email
- The email address of the contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-