Class Value.Endpoint.Builder
java.lang.Object
software.amazon.smithy.rulesengine.language.util.SourceLocationTrackingBuilder<Value.Endpoint.Builder,Value.Endpoint>
software.amazon.smithy.rulesengine.language.eval.Value.Endpoint.Builder
- All Implemented Interfaces:
FromSourceLocation
,SmithyBuilder<Value.Endpoint>
- Enclosing class:
- Value.Endpoint
public static final class Value.Endpoint.Builder
extends SourceLocationTrackingBuilder<Value.Endpoint.Builder,Value.Endpoint>
-
Field Summary
Fields inherited from class software.amazon.smithy.rulesengine.language.util.SourceLocationTrackingBuilder
sourceLocation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddProperty
(String value, Value fromNode) build()
Creates an immutable object that is created from the properties that have been set on the builder.properties
(Map<String, Value> properties) Methods inherited from class software.amazon.smithy.rulesengine.language.util.SourceLocationTrackingBuilder
getSourceLocation, sourceLocation
-
Constructor Details
-
Builder
-
-
Method Details
-
url
-
headers
-
addHeader
-
properties
-
addProperty
-
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
-