Interface LastDeploymentInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LastDeploymentInfo.Builder,LastDeploymentInfo>, SdkBuilder<LastDeploymentInfo.Builder,LastDeploymentInfo>, SdkPojo
Enclosing class:
LastDeploymentInfo

public static interface LastDeploymentInfo.Builder extends SdkPojo, CopyableBuilder<LastDeploymentInfo.Builder,LastDeploymentInfo>
  • Method Details

    • deploymentId

      LastDeploymentInfo.Builder deploymentId(String deploymentId)

      The unique ID of a deployment.

      Parameters:
      deploymentId - The unique ID of a deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the most recent deployment.

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

      The status of the most recent deployment.

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

      A timestamp that indicates when the most recent deployment to the deployment group was complete.

      Parameters:
      endTime - A timestamp that indicates when the most recent deployment to the deployment group was complete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createTime

      LastDeploymentInfo.Builder createTime(Instant createTime)

      A timestamp that indicates when the most recent deployment to the deployment group started.

      Parameters:
      createTime - A timestamp that indicates when the most recent deployment to the deployment group started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.