Interface UpdateDeploymentResponse.Builder

    • Method Detail

      • id

        UpdateDeploymentResponse.Builder id​(String id)

        The identifier for the deployment resource.

        Parameters:
        id - The identifier for the deployment resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateDeploymentResponse.Builder description​(String description)

        The description for the deployment resource.

        Parameters:
        description - The description for the deployment resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdDate

        UpdateDeploymentResponse.Builder createdDate​(Instant createdDate)

        The date and time that the deployment resource was created.

        Parameters:
        createdDate - The date and time that the deployment resource was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • apiSummary

        UpdateDeploymentResponse.Builder apiSummary​(Map<String,​? extends Map<String,​MethodSnapshot>> apiSummary)

        A summary of the RestApi at the date and time that the deployment resource was created.

        Parameters:
        apiSummary - A summary of the RestApi at the date and time that the deployment resource was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.