Interface AssumedRoleUser.Builder

  • Method Details

    • arn

      The ARN of the IAM role that the temporary credentials authenticate to.

      Parameters:
      arn - The ARN of the IAM role that the temporary credentials authenticate to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assumeRoleId

      AssumedRoleUser.Builder assumeRoleId(String assumeRoleId)

      The session name of the temporary session requested to STS. The value is a unique identifier that contains the role ID, a colon (:), and the role session name of the role that is being assumed. The role ID is generated by IAM when the role is created. The role session name part of the value follows this format: eks-clustername-podname-random UUID

      Parameters:
      assumeRoleId - The session name of the temporary session requested to STS. The value is a unique identifier that contains the role ID, a colon (:), and the role session name of the role that is being assumed. The role ID is generated by IAM when the role is created. The role session name part of the value follows this format: eks-clustername-podname-random UUID
      Returns:
      Returns a reference to this object so that method calls can be chained together.