Interface GetDeploymentResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetDeploymentResponse.Builder,GetDeploymentResponse>, M2Response.Builder, SdkBuilder<GetDeploymentResponse.Builder,GetDeploymentResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetDeploymentResponse

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

    • applicationId

      GetDeploymentResponse.Builder applicationId(String applicationId)

      The unique identifier of the application.

      Parameters:
      applicationId - The unique identifier of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationVersion

      GetDeploymentResponse.Builder applicationVersion(Integer applicationVersion)

      The application version.

      Parameters:
      applicationVersion - The application version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      GetDeploymentResponse.Builder creationTime(Instant creationTime)

      The timestamp when the deployment was created.

      Parameters:
      creationTime - The timestamp when the deployment was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deploymentId

      GetDeploymentResponse.Builder deploymentId(String deploymentId)

      The unique identifier of the deployment.

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

      GetDeploymentResponse.Builder environmentId(String environmentId)

      The unique identifier of the runtime environment.

      Parameters:
      environmentId - The unique identifier of the runtime environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the deployment.

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

      The status of the deployment.

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

      GetDeploymentResponse.Builder statusReason(String statusReason)

      The reason for the reported status.

      Parameters:
      statusReason - The reason for the reported status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.