Package | Description |
---|---|
software.amazon.awssdk.core |
Modifier and Type | Method and Description |
---|---|
static <TypeT> SdkField.Builder<TypeT> |
SdkField.builder(MarshallingType<? super TypeT> marshallingType)
Creates a new instance of
SdkField.Builder bound to the specified type. |
SdkField.Builder<TypeT> |
SdkField.Builder.constructor(Supplier<SdkPojo> constructor)
Sets a
Supplier which will create a new MUTABLE instance of the POJO. |
SdkField.Builder<TypeT> |
SdkField.Builder.getter(Function<Object,TypeT> getter)
Sets the
Function 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 the
BiConsumer 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 the
SdkField . |
Copyright © 2022. All rights reserved.