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