Builder

smithy4s.Service.Builder
See theBuilder companion object
final case class Builder[Alg[_[_, _, _, _, _]], Op[_, _, _, _, _]]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def build: Aux[Alg, Op]
def mapEndpointEach(mapper: PolyFunction5[<none>, <none>]): Builder[Alg, Op]
def mapHints(f: Hints => Hints): Builder[Alg, Op]
def mapId(f: ShapeId => ShapeId): Builder[Alg, Op]
def mapVersion(f: String => String): Builder[Alg, Op]
def withHints(hints: Hints): Builder[Alg, Op]
def withId(id: ShapeId): Builder[Alg, Op]
def withVersion(version: String): Builder[Alg, Op]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product