T
- the type that the builder will build (this)public interface ToSmithyBuilder<T>
SmithyBuilder
.
This allows modification of an otherwise immutable object using the source object as a base.
Modifier and Type | Method and Description |
---|---|
SmithyBuilder<T> |
toBuilder()
Take this object and create a builder that contains all of the
current property values of this object.
|
SmithyBuilder<T> toBuilder()