Interface Citation.Builder

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

@Mutable @NotThreadSafe public static interface Citation.Builder extends SdkPojo, CopyableBuilder<Citation.Builder,Citation>
  • Method Details

    • sourceLabel

      Citation.Builder sourceLabel(String sourceLabel)

      Label identifying the compliance source.

      Parameters:
      sourceLabel - Label identifying the compliance source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceContent

      Citation.Builder sourceContent(String sourceContent)

      Content text from the compliance source.

      Parameters:
      sourceContent - Content text from the compliance source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceLink

      Citation.Builder sourceLink(String sourceLink)

      Link to the compliance source.

      Parameters:
      sourceLink - Link to the compliance source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.