Interface CreateProvisionedProductPlanResponse.Builder

  • Method Details

    • planName

      The name of the plan.

      Parameters:
      planName - The name of the plan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • planId

      The plan identifier.

      Parameters:
      planId - The plan identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provisionProductId

      CreateProvisionedProductPlanResponse.Builder provisionProductId(String provisionProductId)

      The product identifier.

      Parameters:
      provisionProductId - The product identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provisionedProductName

      CreateProvisionedProductPlanResponse.Builder provisionedProductName(String provisionedProductName)

      The user-friendly name of the provisioned product.

      Parameters:
      provisionedProductName - The user-friendly name of the provisioned product.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provisioningArtifactId

      CreateProvisionedProductPlanResponse.Builder provisioningArtifactId(String provisioningArtifactId)

      The identifier of the provisioning artifact.

      Parameters:
      provisioningArtifactId - The identifier of the provisioning artifact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.