Class RestJson1Trait.Builder
- java.lang.Object
-
- software.amazon.smithy.model.traits.AbstractTraitBuilder<T,B>
-
- software.amazon.smithy.aws.traits.protocols.AwsProtocolTrait.Builder<RestJson1Trait,RestJson1Trait.Builder>
-
- software.amazon.smithy.aws.traits.protocols.RestJson1Trait.Builder
-
- All Implemented Interfaces:
SmithyBuilder<RestJson1Trait>
- Enclosing class:
- RestJson1Trait
public static final class RestJson1Trait.Builder extends AwsProtocolTrait.Builder<RestJson1Trait,RestJson1Trait.Builder>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestJson1Trait
build()
Creates an immutable object that is created from the properties that have been set on the builder.-
Methods inherited from class software.amazon.smithy.aws.traits.protocols.AwsProtocolTrait.Builder
eventStreamHttp, fromNode, http
-
Methods inherited from class software.amazon.smithy.model.traits.AbstractTraitBuilder
getSourceLocation, sourceLocation
-
-
-
-
Method Detail
-
build
public RestJson1Trait build()
Description copied from interface:SmithyBuilder
Creates an immutable object that is created from the properties that have been set on the builder.- Returns:
- an instance of T
-
-