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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EmergencyContact.BuildercontactNotes(String contactNotes)Additional notes regarding the contact.EmergencyContact.BuilderemailAddress(String emailAddress)The email address for the contact.EmergencyContact.BuilderphoneNumber(String phoneNumber)The phone number for 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 Detail
-
emailAddress
EmergencyContact.Builder emailAddress(String 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
EmergencyContact.Builder phoneNumber(String 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
EmergencyContact.Builder contactNotes(String 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.
-
-