Interface EntityInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EntityInfo.Builder,EntityInfo>, SdkBuilder<EntityInfo.Builder,EntityInfo>, SdkPojo
Enclosing class:
EntityInfo

public static interface EntityInfo.Builder extends SdkPojo, CopyableBuilder<EntityInfo.Builder,EntityInfo>
  • Method Details

    • 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

      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.
    • type

      The type of entity (user or role).

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

      The type of entity (user or role).

      Parameters:
      type - The type of entity (user or role).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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.