Interface CallDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CallDetails.Builder,
,CallDetails> SdkBuilder<CallDetails.Builder,
,CallDetails> SdkPojo
- Enclosing class:
CallDetails
@Mutable
@NotThreadSafe
public static interface CallDetails.Builder
extends SdkPojo, CopyableBuilder<CallDetails.Builder,CallDetails>
-
Method Summary
Modifier and TypeMethodDescriptionIdentifies a person as the caller or the callee.transactionId
(String transactionId) The transaction ID of a Voice Connector call.voiceConnectorId
(String voiceConnectorId) The Voice Connector ID.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
-
voiceConnectorId
The Voice Connector ID.
- Parameters:
voiceConnectorId
- The Voice Connector ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transactionId
The transaction ID of a Voice Connector call.
- Parameters:
transactionId
- The transaction ID of a Voice Connector call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isCaller
Identifies a person as the caller or the callee.
- Parameters:
isCaller
- Identifies a person as the caller or the callee.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-