Interface ServiceDeploymentBrief.Builder

    • Method Detail

      • 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

        ServiceDeploymentBrief.Builder startedAt​(Instant 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

        ServiceDeploymentBrief.Builder createdAt​(Instant 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.
      • 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.