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 SummaryModifier and TypeMethodDescriptionThe email address of the contact.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
emailThe 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.
 
 
-