Interface UpperCaseString.Builder

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

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

    • withKeys

      The array of containing the keys of the field to convert to uppercase.

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

      UpperCaseString.Builder withKeys(String... withKeys)

      The array of containing the keys of the field to convert to uppercase.

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