Interface CreatedByInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CreatedByInfo.Builder,CreatedByInfo>,SdkBuilder<CreatedByInfo.Builder,CreatedByInfo>,SdkPojo
- Enclosing class:
- CreatedByInfo
public static interface CreatedByInfo.Builder extends SdkPojo, CopyableBuilder<CreatedByInfo.Builder,CreatedByInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreatedByInfo.BuilderawsIdentityArn(String awsIdentityArn)STS or IAM ARN representing the identity of API Caller.CreatedByInfo.BuilderconnectUserArn(String connectUserArn)An agent ARN representing a connect 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, sdkFields
-
-
-
-
Method Detail
-
connectUserArn
CreatedByInfo.Builder connectUserArn(String connectUserArn)
An agent ARN representing a connect user.
- Parameters:
connectUserArn- An agent ARN representing a connect user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsIdentityArn
CreatedByInfo.Builder awsIdentityArn(String awsIdentityArn)
STS or IAM ARN representing the identity of API Caller. SDK users cannot populate this and this value is calculated automatically if
ConnectUserArnis not provided.- Parameters:
awsIdentityArn- STS or IAM ARN representing the identity of API Caller. SDK users cannot populate this and this value is calculated automatically ifConnectUserArnis not provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-