Interface ParticipantDetailsToAdd.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ParticipantDetailsToAdd.Builder,
,ParticipantDetailsToAdd> SdkBuilder<ParticipantDetailsToAdd.Builder,
,ParticipantDetailsToAdd> SdkPojo
- Enclosing class:
ParticipantDetailsToAdd
@Mutable
@NotThreadSafe
public static interface ParticipantDetailsToAdd.Builder
extends SdkPojo, CopyableBuilder<ParticipantDetailsToAdd.Builder,ParticipantDetailsToAdd>
-
Method Summary
Modifier and TypeMethodDescriptiondisplayName
(String displayName) The display name of the participant.participantRole
(String participantRole) The role of the participant being added.participantRole
(ParticipantRole participantRole) The role of the participant being added.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 Details
-
participantRole
The role of the participant being added.
- Parameters:
participantRole
- The role of the participant being added.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
participantRole
The role of the participant being added.
- Parameters:
participantRole
- The role of the participant being added.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
displayName
The display name of the participant.
- Parameters:
displayName
- The display name of the participant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-