Class EndpointTrait.Builder
java.lang.Object
software.amazon.smithy.model.traits.AbstractTraitBuilder<EndpointTrait,EndpointTrait.Builder>
 
software.amazon.smithy.model.traits.EndpointTrait.Builder
- All Implemented Interfaces:
 SmithyBuilder<EndpointTrait>
- Enclosing class:
 - EndpointTrait
 
public static final class EndpointTrait.Builder
extends AbstractTraitBuilder<EndpointTrait,EndpointTrait.Builder> 
- 
Method Summary
Modifier and TypeMethodDescriptionbuild()Creates an immutable object that is created from the properties that have been set on the builder.hostPrefix(String hostPrefix) Methods inherited from class software.amazon.smithy.model.traits.AbstractTraitBuilder
getSourceLocation, sourceLocation 
- 
Method Details
- 
hostPrefix
 - 
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
 
 
 -