Interface DocumentDefaultVersionDescription.Builder

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

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

    • name

      The name of the document.

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

      DocumentDefaultVersionDescription.Builder defaultVersion(String defaultVersion)

      The default version of the document.

      Parameters:
      defaultVersion - The default version of the document.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultVersionName

      DocumentDefaultVersionDescription.Builder defaultVersionName(String defaultVersionName)

      The default version of the artifact associated with the document.

      Parameters:
      defaultVersionName - The default version of the artifact associated with the document.
      Returns:
      Returns a reference to this object so that method calls can be chained together.