Interface CreatedByInfo.Builder

    • 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 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.