Interface EvaluationContactParticipant.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationContactParticipant.Builder,,EvaluationContactParticipant> SdkBuilder<EvaluationContactParticipant.Builder,,EvaluationContactParticipant> SdkPojo
- Enclosing class:
EvaluationContactParticipant
@Mutable
@NotThreadSafe
public static interface EvaluationContactParticipant.Builder
extends SdkPojo, CopyableBuilder<EvaluationContactParticipant.Builder,EvaluationContactParticipant>
-
Method Summary
Modifier and TypeMethodDescriptioncontactParticipantId(String contactParticipantId) The identifier for the contact participant.contactParticipantRole(String contactParticipantRole) The role of the contact participant.contactParticipantRole(ContactParticipantRole contactParticipantRole) The role of the contact participant.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
contactParticipantRole
The role of the contact participant.
- Parameters:
contactParticipantRole- The role of the contact participant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contactParticipantRole
EvaluationContactParticipant.Builder contactParticipantRole(ContactParticipantRole contactParticipantRole) The role of the contact participant.
- Parameters:
contactParticipantRole- The role of the contact participant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contactParticipantId
The identifier for the contact participant.
- Parameters:
contactParticipantId- The identifier for the contact participant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-