Interface RoleGroupAssignment.Builder

  • Method Details

    • roleName

      RoleGroupAssignment.Builder roleName(String roleName)

      The name of the in-app role within the SageMaker Partner AI App. The specific roles available depend on the app type and version.

      Parameters:
      roleName - The name of the in-app role within the SageMaker Partner AI App. The specific roles available depend on the app type and version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupPatterns

      RoleGroupAssignment.Builder groupPatterns(Collection<String> groupPatterns)

      A list of AWS IAM Identity Center group patterns that should be assigned to the specified role. Group patterns support wildcard matching using *.

      Parameters:
      groupPatterns - A list of AWS IAM Identity Center group patterns that should be assigned to the specified role. Group patterns support wildcard matching using *.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupPatterns

      RoleGroupAssignment.Builder groupPatterns(String... groupPatterns)

      A list of AWS IAM Identity Center group patterns that should be assigned to the specified role. Group patterns support wildcard matching using *.

      Parameters:
      groupPatterns - A list of AWS IAM Identity Center group patterns that should be assigned to the specified role. Group patterns support wildcard matching using *.
      Returns:
      Returns a reference to this object so that method calls can be chained together.