Interface CreateFleetResponse.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the fleet.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the fleet.

      Parameters:
      name - The name of the fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      CreateFleetResponse.Builder createdAt(Instant createdAt)

      The time, in milliseconds since the epoch, when the fleet was created.

      Parameters:
      createdAt - The time, in milliseconds since the epoch, when the fleet was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The list of all tags added to the fleet.

      Parameters:
      tags - The list of all tags added to the fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.