Interface RobotDeployment.Builder

    • Method Detail

      • arn

        RobotDeployment.Builder arn​(String arn)

        The robot deployment Amazon Resource Name (ARN).

        Parameters:
        arn - The robot deployment Amazon Resource Name (ARN).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deploymentStartTime

        RobotDeployment.Builder deploymentStartTime​(Instant deploymentStartTime)

        The time, in milliseconds since the epoch, when the deployment was started.

        Parameters:
        deploymentStartTime - The time, in milliseconds since the epoch, when the deployment was started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deploymentFinishTime

        RobotDeployment.Builder deploymentFinishTime​(Instant deploymentFinishTime)

        The time, in milliseconds since the epoch, when the deployment finished.

        Parameters:
        deploymentFinishTime - The time, in milliseconds since the epoch, when the deployment finished.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        RobotDeployment.Builder status​(String status)

        The status of the robot deployment.

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

        RobotDeployment.Builder status​(RobotStatus status)

        The status of the robot deployment.

        Parameters:
        status - The status of the robot deployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RobotStatus, RobotStatus
      • progressDetail

        RobotDeployment.Builder progressDetail​(ProgressDetail progressDetail)

        Information about how the deployment is progressing.

        Parameters:
        progressDetail - Information about how the deployment is progressing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureReason

        RobotDeployment.Builder failureReason​(String failureReason)

        A short description of the reason why the robot deployment failed.

        Parameters:
        failureReason - A short description of the reason why the robot deployment failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.