Interface LastDeploymentInfo.Builder

    • Method Detail

      • 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.
      • endTime

        LastDeploymentInfo.Builder endTime​(Instant 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.