Class EndpointValue.Builder
java.lang.Object
software.amazon.smithy.rulesengine.language.RulesComponentBuilder<EndpointValue.Builder,EndpointValue>
 
software.amazon.smithy.rulesengine.language.evaluation.value.EndpointValue.Builder
- All Implemented Interfaces:
 FromSourceLocation,SmithyBuilder<EndpointValue>
- Enclosing class:
 - EndpointValue
 
public static final class EndpointValue.Builder
extends RulesComponentBuilder<EndpointValue.Builder,EndpointValue> 
A builder used to create an 
EndpointValue class.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Creates an immutable object that is created from the properties that have been set on the builder.properties(Map<String, Value> properties) putProperty(String value, Value fromNode) Methods inherited from class software.amazon.smithy.rulesengine.language.RulesComponentBuilder
getSourceLocation, javaLocation, sourceLocation 
- 
Constructor Details
- 
Builder
 
 - 
 - 
Method Details
- 
url
 - 
headers
 - 
putHeader
 - 
properties
 - 
putProperty
 - 
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
 
 
 -