Interface CreateFleetResponse.Builder

    • Method Detail

      • arn

        CreateFleetResponse.Builder arn​(String 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

        CreateFleetResponse.Builder name​(String 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

        CreateFleetResponse.Builder tags​(Map<String,​String> 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.