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 Details

    • 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 ConnectUserArn is 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 if ConnectUserArn is not provided.
      Returns:
      Returns a reference to this object so that method calls can be chained together.