Class Rule.Builder
- java.lang.Object
-
- software.amazon.awssdk.services.kinesis.endpoints.internal.Rule.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rule.Builder
addCondition(Condition condition)
Rule.Builder
documentation(String documentation)
EndpointRule
endpoint(EndpointResult endpoint)
ErrorRule
error(String error)
TreeRule
treeRule(List<Rule> rules)
-
-
-
Method Detail
-
addCondition
public Rule.Builder addCondition(Condition condition)
-
documentation
public Rule.Builder documentation(String documentation)
-
endpoint
public EndpointRule endpoint(EndpointResult endpoint)
-
-