Class EndpointRule
- java.lang.Object
-
- software.amazon.awssdk.services.dynamodb.endpoints.internal.Rule
-
- software.amazon.awssdk.services.dynamodb.endpoints.internal.EndpointRule
-
public final class EndpointRule extends Rule
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.awssdk.services.dynamodb.endpoints.internal.Rule
Rule.Builder
-
-
Field Summary
-
Fields inherited from class software.amazon.awssdk.services.dynamodb.endpoints.internal.Rule
conditions, CONDITIONS, documentation, DOCUMENTATION, ENDPOINT, ERROR, RULES, TREE, TYPE
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
EndpointRule(Rule.Builder builder, EndpointResult endpoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
accept(RuleValueVisitor<T> visitor)
EndpointResult
getEndpoint()
String
toString()
-
Methods inherited from class software.amazon.awssdk.services.dynamodb.endpoints.internal.Rule
builder, fromNode, getConditions
-
-
-
-
Constructor Detail
-
EndpointRule
protected EndpointRule(Rule.Builder builder, EndpointResult endpoint)
-
-
Method Detail
-
getEndpoint
public EndpointResult getEndpoint()
-
accept
public <T> T accept(RuleValueVisitor<T> visitor)
-
-