Interface FormOutput.Builder

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

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

    • content

      FormOutput.Builder content(String content)

      The content of the metadata form.

      Parameters:
      content - The content of the metadata form.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • formName

      FormOutput.Builder formName(String formName)

      The name of the metadata form.

      Parameters:
      formName - The name of the metadata form.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • typeName

      FormOutput.Builder typeName(String typeName)

      The name of the metadata form type.

      Parameters:
      typeName - The name of the metadata form type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • typeRevision

      FormOutput.Builder typeRevision(String typeRevision)

      The revision of the metadata form type.

      Parameters:
      typeRevision - The revision of the metadata form type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.