Package software.amazon.awssdk.utils.builder
package software.amazon.awssdk.utils.builder
-
InterfacesClassDescriptionA special type of
SdkBuilder
that can be used when the built type implementsToCopyableBuilder
.A mutable object that can be used to create an immutable object of type T.Implementors of this interface provide a way to get from an instance of T to aCopyableBuilder
.