Interface ToSmithyBuilder<T>

    • Method Summary

      Modifier and Type Method Description
      SmithyBuilder<T> toBuilder()
      Take this object and create a builder that contains all of the current property values of this object.
    • 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