Interface ParticipantDetailsToAdd.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ParticipantDetailsToAdd.Builder,ParticipantDetailsToAdd>,SdkBuilder<ParticipantDetailsToAdd.Builder,ParticipantDetailsToAdd>,SdkPojo
- Enclosing class:
- ParticipantDetailsToAdd
public static interface ParticipantDetailsToAdd.Builder extends SdkPojo, CopyableBuilder<ParticipantDetailsToAdd.Builder,ParticipantDetailsToAdd>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParticipantDetailsToAdd.BuilderdisplayName(String displayName)The display name of the participant.ParticipantDetailsToAdd.BuilderparticipantRole(String participantRole)The role of the participant being added.ParticipantDetailsToAdd.BuilderparticipantRole(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, sdkFields
-
-
-
-
Method Detail
-
participantRole
ParticipantDetailsToAdd.Builder participantRole(String 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,ParticipantRole
-
participantRole
ParticipantDetailsToAdd.Builder participantRole(ParticipantRole 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,ParticipantRole
-
displayName
ParticipantDetailsToAdd.Builder displayName(String 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.
-
-