Interface ContentBlock.Builder

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

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

    • text

      The block's text.

      Parameters:
      text - The block's text.
      Returns:
      Returns a reference to this object so that method calls can be chained together.