Uses of Class
software.amazon.awssdk.core.SdkField.Builder
-
Packages that use SdkField.Builder Package Description software.amazon.awssdk.core -
-
Uses of SdkField.Builder in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return SdkField.Builder Modifier and Type Method Description static <TypeT> SdkField.Builder<TypeT>
SdkField. builder(MarshallingType<? super TypeT> marshallingType)
Creates a new instance ofSdkField.Builder
bound to the specified type.SdkField.Builder<TypeT>
SdkField.Builder. constructor(Supplier<SdkPojo> constructor)
Sets aSupplier
which will create a new MUTABLE instance of the POJO.SdkField.Builder<TypeT>
SdkField.Builder. getter(Function<Object,TypeT> getter)
Sets theFunction
that will accept an object and return the current value of 'this' field on that object.SdkField.Builder<TypeT>
SdkField.Builder. memberName(String memberName)
SdkField.Builder<TypeT>
SdkField.Builder. setter(BiConsumer<Object,TypeT> setter)
Sets theBiConsumer
which will accept an object and a value and set that value on the appropriate member of the object.SdkField.Builder<TypeT>
SdkField.Builder. traits(Trait... traits)
Attaches one or more traits to theSdkField
.
-