Interface TrimString.Builder

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

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

    • withKeys

      TrimString.Builder withKeys(Collection<String> withKeys)

      The array containing the keys of the fields to trim.

      Parameters:
      withKeys - The array containing the keys of the fields to trim.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withKeys

      TrimString.Builder withKeys(String... withKeys)

      The array containing the keys of the fields to trim.

      Parameters:
      withKeys - The array containing the keys of the fields to trim.
      Returns:
      Returns a reference to this object so that method calls can be chained together.