Interface EmergencyContact.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EmergencyContact.Builder,,EmergencyContact> SdkBuilder<EmergencyContact.Builder,,EmergencyContact> SdkPojo
- Enclosing class:
EmergencyContact
public static interface EmergencyContact.Builder
extends SdkPojo, CopyableBuilder<EmergencyContact.Builder,EmergencyContact>
-
Method Summary
Modifier and TypeMethodDescriptioncontactNotes(String contactNotes) Additional notes regarding the contact.emailAddress(String emailAddress) The email address for the contact.phoneNumber(String phoneNumber) The phone number for the contact.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
emailAddress
The email address for the contact.
- Parameters:
emailAddress- The email address for the contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumber
The phone number for the contact.
- Parameters:
phoneNumber- The phone number for the contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactNotes
Additional notes regarding the contact.
- Parameters:
contactNotes- Additional notes regarding the contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-