Interface ServiceDeploymentBrief.Builder

  • Method Details

    • serviceDeploymentArn

      ServiceDeploymentBrief.Builder serviceDeploymentArn(String serviceDeploymentArn)

      The ARN of the service deployment.

      Parameters:
      serviceDeploymentArn - The ARN of the service deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceArn

      ServiceDeploymentBrief.Builder serviceArn(String serviceArn)

      The ARN of the service for this service deployment.

      Parameters:
      serviceArn - The ARN of the service for this service deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clusterArn

      ServiceDeploymentBrief.Builder clusterArn(String clusterArn)

      The ARN of the cluster that hosts the service.

      Parameters:
      clusterArn - The ARN of the cluster that hosts the service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startedAt

      The time that the service deployment statred. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.

      Parameters:
      startedAt - The time that the service deployment statred. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The time that the service deployment was created. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.

      Parameters:
      createdAt - The time that the service deployment was created. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • finishedAt

      ServiceDeploymentBrief.Builder finishedAt(Instant finishedAt)

      The time that the service deployment completed. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.

      Parameters:
      finishedAt - The time that the service deployment completed. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetServiceRevisionArn

      ServiceDeploymentBrief.Builder targetServiceRevisionArn(String targetServiceRevisionArn)

      The ARN of the service revision being deplyed.

      Parameters:
      targetServiceRevisionArn - The ARN of the service revision being deplyed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the service deployment

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

      The status of the service deployment

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

      ServiceDeploymentBrief.Builder statusReason(String statusReason)

      Information about why the service deployment is in the current status. For example, the circuit breaker detected a deployment failure.

      Parameters:
      statusReason - Information about why the service deployment is in the current status. For example, the circuit breaker detected a deployment failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.