Interface Substring.Builder

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

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

    • start

      Substring.Builder start(Integer start)

      The start index of the substring, starting from 0.

      Parameters:
      start - The start index of the substring, starting from 0.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • length

      Substring.Builder length(Integer length)

      The length of the substring.

      Parameters:
      length - The length of the substring.
      Returns:
      Returns a reference to this object so that method calls can be chained together.