Interface TypeConverterEntry.Builder

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

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

    • key

      The key with the value that is to be converted to a different type.

      Parameters:
      key - The key with the value that is to be converted to a different type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type to convert the field value to. Valid values are integer, double, string and boolean.

      Parameters:
      type - The type to convert the field value to. Valid values are integer, double, string and boolean.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type to convert the field value to. Valid values are integer, double, string and boolean.

      Parameters:
      type - The type to convert the field value to. Valid values are integer, double, string and boolean.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: