public static interface CreateParticipantRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateParticipantRequest.Builder,CreateParticipantRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateParticipantRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.CreateParticipantRequest.Builder contactId(String contactId)
The identifier of the contact in this instance of Amazon Connect. Only contacts in the CHAT channel are supported.
contactId - The identifier of the contact in this instance of Amazon Connect. Only contacts in the CHAT channel
are supported.CreateParticipantRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not
provided, the Amazon Web Services SDK populates this field. For more information about idempotency,
see Making
retries safe with idempotent APIs.CreateParticipantRequest.Builder participantDetails(ParticipantDetailsToAdd participantDetails)
Information identifying the participant.
The only Valid value for ParticipantRole is CUSTOM_BOT.
DisplayName is Required.
participantDetails - Information identifying the participant.
The only Valid value for ParticipantRole is CUSTOM_BOT.
DisplayName is Required.
default CreateParticipantRequest.Builder participantDetails(Consumer<ParticipantDetailsToAdd.Builder> participantDetails)
Information identifying the participant.
The only Valid value for ParticipantRole is CUSTOM_BOT.
DisplayName is Required.
ParticipantDetailsToAdd.Builder avoiding the need to create one manually via
ParticipantDetailsToAdd.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to participantDetails(ParticipantDetailsToAdd).
participantDetails - a consumer that will call methods on ParticipantDetailsToAdd.BuilderparticipantDetails(ParticipantDetailsToAdd)CreateParticipantRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateParticipantRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.