Interface Deployment.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Deployment.Builder,Deployment>, SdkBuilder<Deployment.Builder,Deployment>, SdkPojo
Enclosing class:
Deployment

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

    • 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

      Deployment.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

      Deployment.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

      Deployment.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.