Interface LowerCaseString.Builder

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

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

    • withKeys

      The array caontaining the keys of the fields to convert to lowercase.

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

      LowerCaseString.Builder withKeys(String... withKeys)

      The array caontaining the keys of the fields to convert to lowercase.

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