Class EndpointRule
- java.lang.Object
-
- software.amazon.awssdk.services.elasticache.endpoints.internal.Rule
-
- software.amazon.awssdk.services.elasticache.endpoints.internal.EndpointRule
-
public final class EndpointRule extends Rule
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.awssdk.services.elasticache.endpoints.internal.Rule
Rule.Builder
-
-
Field Summary
-
Fields inherited from class software.amazon.awssdk.services.elasticache.endpoints.internal.Rule
conditions, CONDITIONS, documentation, DOCUMENTATION, ENDPOINT, ERROR, RULES, TREE, TYPE
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEndpointRule(Rule.Builder builder, EndpointResult endpoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(RuleValueVisitor<T> visitor)EndpointResultgetEndpoint()StringtoString()-
Methods inherited from class software.amazon.awssdk.services.elasticache.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)
-
-