Interface Participant.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Participant.Builder,,- Participant> - SdkBuilder<Participant.Builder,,- Participant> - SdkPojo
- Enclosing class:
- Participant
@Mutable
@NotThreadSafe
public static interface Participant.Builder
extends SdkPojo, CopyableBuilder<Participant.Builder,Participant> 
- 
Method SummaryModifier and TypeMethodDescriptionphoneNumber(String phoneNumber) The participant's phone number.proxyPhoneNumber(String proxyPhoneNumber) The participant's proxy phone number.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- 
phoneNumberThe participant's phone number. - Parameters:
- phoneNumber- The participant's phone number.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
proxyPhoneNumberThe participant's proxy phone number. - Parameters:
- proxyPhoneNumber- The participant's proxy phone number.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-