Interface EvaluatorUserUnion.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluatorUserUnion.Builder,,EvaluatorUserUnion> SdkBuilder<EvaluatorUserUnion.Builder,,EvaluatorUserUnion> SdkPojo
- Enclosing class:
EvaluatorUserUnion
@Mutable
@NotThreadSafe
public static interface EvaluatorUserUnion.Builder
extends SdkPojo, CopyableBuilder<EvaluatorUserUnion.Builder,EvaluatorUserUnion>
-
Method Summary
Modifier and TypeMethodDescriptionconnectUserArn(String connectUserArn) Represents the Amazon Connect ARN of the user.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
-
connectUserArn
Represents the Amazon Connect ARN of the user.
- Parameters:
connectUserArn- Represents the Amazon Connect ARN of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-