Uses of Class
software.amazon.awssdk.core.SdkField.Builder
Packages that use SdkField.Builder
-
Uses of SdkField.Builder in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return SdkField.BuilderModifier and TypeMethodDescriptionstatic <TypeT> SdkField.Builder<TypeT>SdkField.builder(MarshallingType<? super TypeT> marshallingType) Creates a new instance ofSdkField.Builderbound to the specified type.SdkField.Builder.constructor(Supplier<SdkPojo> constructor) Sets aSupplierwhich will create a new MUTABLE instance of the POJO.Sets theFunctionthat will accept an object and return the current value of 'this' field on that object.SdkField.Builder.memberName(String memberName) SdkField.Builder.setter(BiConsumer<Object, TypeT> setter) Sets theBiConsumerwhich will accept an object and a value and set that value on the appropriate member of the object.Attaches one or more traits to theSdkField.