Interface Model.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Model.Builder,Model>, SdkBuilder<Model.Builder,Model>, SdkPojo
Enclosing class:
Model

@Mutable @NotThreadSafe public static interface Model.Builder extends SdkPojo, CopyableBuilder<Model.Builder,Model>
  • Method Details

    • smithy

      Model.Builder smithy(String smithy)

      Indicates the smithy model of the API.

      Parameters:
      smithy - Indicates the smithy model of the API.
      Returns:
      Returns a reference to this object so that method calls can be chained together.