Interface DeviceDeploymentSummary.Builder

  • Method Details

    • edgeDeploymentPlanArn

      DeviceDeploymentSummary.Builder edgeDeploymentPlanArn(String edgeDeploymentPlanArn)

      The ARN of the edge deployment plan.

      Parameters:
      edgeDeploymentPlanArn - The ARN of the edge deployment plan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • edgeDeploymentPlanName

      DeviceDeploymentSummary.Builder edgeDeploymentPlanName(String edgeDeploymentPlanName)

      The name of the edge deployment plan.

      Parameters:
      edgeDeploymentPlanName - The name of the edge deployment plan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stageName

      The name of the stage in the edge deployment plan.

      Parameters:
      stageName - The name of the stage in the edge deployment plan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deployedStageName

      DeviceDeploymentSummary.Builder deployedStageName(String deployedStageName)

      The name of the deployed stage.

      Parameters:
      deployedStageName - The name of the deployed stage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deviceFleetName

      DeviceDeploymentSummary.Builder deviceFleetName(String deviceFleetName)

      The name of the fleet to which the device belongs to.

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

      DeviceDeploymentSummary.Builder deviceName(String deviceName)

      The name of the device.

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

      The ARN of the device.

      Parameters:
      deviceArn - The ARN of the device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deviceDeploymentStatus

      DeviceDeploymentSummary.Builder deviceDeploymentStatus(String deviceDeploymentStatus)

      The deployment status of the device.

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

      DeviceDeploymentSummary.Builder deviceDeploymentStatus(DeviceDeploymentStatus deviceDeploymentStatus)

      The deployment status of the device.

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

      DeviceDeploymentSummary.Builder deviceDeploymentStatusMessage(String deviceDeploymentStatusMessage)

      The detailed error message for the deployoment status result.

      Parameters:
      deviceDeploymentStatusMessage - The detailed error message for the deployoment status result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      DeviceDeploymentSummary.Builder description(String description)

      The description of the device.

      Parameters:
      description - The description of the device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deploymentStartTime

      DeviceDeploymentSummary.Builder deploymentStartTime(Instant deploymentStartTime)

      The time when the deployment on the device started.

      Parameters:
      deploymentStartTime - The time when the deployment on the device started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.