Interface AssumedRoleUser.Builder

    • Method Detail

      • assumedRoleId

        AssumedRoleUser.Builder assumedRoleId​(String assumedRoleId)

        A unique identifier that contains the role ID and the role session name of the role that is being assumed. The role ID is generated by Amazon Web Services when the role is created.

        Parameters:
        assumedRoleId - A unique identifier that contains the role ID and the role session name of the role that is being assumed. The role ID is generated by Amazon Web Services when the role is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        AssumedRoleUser.Builder arn​(String arn)

        The ARN of the temporary security credentials that are returned from the AssumeRole action. For more information about ARNs and how to use them in policies, see IAM Identifiers in the IAM User Guide.

        Parameters:
        arn - The ARN of the temporary security credentials that are returned from the AssumeRole action. For more information about ARNs and how to use them in policies, see IAM Identifiers in the IAM User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.