Interface DescribeFleetResponse.Builder

    • Method Detail

      • name

        DescribeFleetResponse.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.
      • arn

        DescribeFleetResponse.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.
      • robots

        DescribeFleetResponse.Builder robots​(Collection<Robot> robots)

        A list of robots.

        Parameters:
        robots - A list of robots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • robots

        DescribeFleetResponse.Builder robots​(Robot... robots)

        A list of robots.

        Parameters:
        robots - A list of robots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        DescribeFleetResponse.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.
      • lastDeploymentStatus

        DescribeFleetResponse.Builder lastDeploymentStatus​(String lastDeploymentStatus)

        The status of the last deployment.

        Parameters:
        lastDeploymentStatus - The status of the last deployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeploymentStatus, DeploymentStatus
      • lastDeploymentJob

        DescribeFleetResponse.Builder lastDeploymentJob​(String lastDeploymentJob)

        The Amazon Resource Name (ARN) of the last deployment job.

        Parameters:
        lastDeploymentJob - The Amazon Resource Name (ARN) of the last deployment job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastDeploymentTime

        DescribeFleetResponse.Builder lastDeploymentTime​(Instant lastDeploymentTime)

        The time of the last deployment.

        Parameters:
        lastDeploymentTime - The time of the last deployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        DescribeFleetResponse.Builder tags​(Map<String,​String> tags)

        The list of all tags added to the specified fleet.

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