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 Summary
Modifier and TypeMethodDescriptionThe key with the value that is to be converted to a different type.The type to convert the field value to.The type to convert the field value to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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,stringandboolean. -
type
The type to convert the field value to. Valid values are
integer,double,stringandboolean.
-