Class BuiltIns
- java.lang.Object
-
- software.amazon.smithy.rulesengine.language.syntax.parameters.BuiltIns
-
public final class BuiltIns extends java.lang.Object
Built-in parameters for EndpointRules.
-
-
Field Summary
Fields Modifier and Type Field Description static Parameter
SDK_ENDPOINT
Built-in parameter that enables a customer to wholesale override the URL used by the SDK.
-
-
-
Field Detail
-
SDK_ENDPOINT
public static final Parameter SDK_ENDPOINT
Built-in parameter that enables a customer to wholesale override the URL used by the SDK.
-
-