Interface IamPrincipal.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the IAM principal. Supports user, role, and assumed-role ARNs. Wildcards can be used with the StringLike operator.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the IAM principal. Supports user, role, and assumed-role ARNs. Wildcards can be used with the StringLike operator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operator

      IamPrincipal.Builder operator(String operator)

      The match operator. StringEquals requires an exact match. StringLike supports wildcard patterns using * and ?.

      Parameters:
      operator - The match operator. StringEquals requires an exact match. StringLike supports wildcard patterns using * and ?.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • operator

      The match operator. StringEquals requires an exact match. StringLike supports wildcard patterns using * and ?.

      Parameters:
      operator - The match operator. StringEquals requires an exact match. StringLike supports wildcard patterns using * and ?.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: