Interface Participant.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Participant.Builder,Participant>,SdkBuilder<Participant.Builder,Participant>,SdkPojo
- Enclosing class:
- Participant
public static interface Participant.Builder extends SdkPojo, CopyableBuilder<Participant.Builder,Participant>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Participant.BuilderphoneNumber(String phoneNumber)The participant's phone number.Participant.BuilderproxyPhoneNumber(String proxyPhoneNumber)The participant's proxy phone number.-
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
-
phoneNumber
Participant.Builder phoneNumber(String phoneNumber)
The 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.
-
proxyPhoneNumber
Participant.Builder proxyPhoneNumber(String proxyPhoneNumber)
The 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.
-
-