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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RestJson1Traitbuild()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.BuildereventStreamHttp, fromNode, http
 - 
Methods inherited from class software.amazon.smithy.model.traits.AbstractTraitBuildergetSourceLocation, sourceLocation
 
- 
 
- 
- 
- 
Method Detail- 
buildpublic RestJson1Trait build() Description copied from interface:SmithyBuilderCreates an immutable object that is created from the properties that have been set on the builder.- Returns:
- an instance of T
 
 
- 
 
-