Interface AlternateContact.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AlternateContact.Builder,AlternateContact>,SdkBuilder<AlternateContact.Builder,AlternateContact>,SdkPojo
- Enclosing class:
- AlternateContact
public static interface AlternateContact.Builder extends SdkPojo, CopyableBuilder<AlternateContact.Builder,AlternateContact>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AlternateContact.BuilderalternateContactType(String alternateContactType)The type of alternate contact.AlternateContact.BuilderalternateContactType(AlternateContactType alternateContactType)The type of alternate contact.AlternateContact.BuilderemailAddress(String emailAddress)The email address associated with this alternate contact.AlternateContact.Buildername(String name)The name associated with this alternate contact.AlternateContact.BuilderphoneNumber(String phoneNumber)The phone number associated with this alternate contact.AlternateContact.Buildertitle(String title)The title associated with this alternate 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
-
alternateContactType
AlternateContact.Builder alternateContactType(String alternateContactType)
The type of alternate contact.
- Parameters:
alternateContactType- The type of alternate contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AlternateContactType,AlternateContactType
-
alternateContactType
AlternateContact.Builder alternateContactType(AlternateContactType alternateContactType)
The type of alternate contact.
- Parameters:
alternateContactType- The type of alternate contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AlternateContactType,AlternateContactType
-
emailAddress
AlternateContact.Builder emailAddress(String emailAddress)
The email address associated with this alternate contact.
- Parameters:
emailAddress- The email address associated with this alternate contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AlternateContact.Builder name(String name)
The name associated with this alternate contact.
- Parameters:
name- The name associated with this alternate contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumber
AlternateContact.Builder phoneNumber(String phoneNumber)
The phone number associated with this alternate contact.
- Parameters:
phoneNumber- The phone number associated with this alternate contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
AlternateContact.Builder title(String title)
The title associated with this alternate contact.
- Parameters:
title- The title associated with this alternate contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-