Interface CustomDescriptor.Builder

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

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

    • inlineContent

      CustomDescriptor.Builder inlineContent(String inlineContent)

      The inline content of the custom descriptor.

      Parameters:
      inlineContent - The inline content of the custom descriptor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.