Interface EntityInfo.Builder

    • Method Detail

      • arn

        EntityInfo.Builder arn​(String arn)
        Sets the value of the Arn property for this object.
        Parameters:
        arn - The new value for the Arn property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        EntityInfo.Builder name​(String name)

        The name of the entity (user or role).

        Parameters:
        name - The name of the entity (user or role).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        EntityInfo.Builder id​(String id)

        The identifier of the entity (user or role).

        Parameters:
        id - The identifier of the entity (user or role).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • path

        EntityInfo.Builder path​(String path)

        The path to the entity (user or role). For more information about paths, see IAM identifiers in the IAM User Guide.

        Parameters:
        path - The path to the entity (user or role). For more information about paths, see IAM identifiers in the IAM User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.