Interface ToSmithyBuilder<T>

    • Method Detail

      • toBuilder

        SmithyBuilder<T> toBuilder()
        Take this object and create a builder that contains all of the current property values of this object.
        Returns:
        a builder for type T