All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToHostnames(Collection<String> items) |
A |
addAllToParentRefs(Collection<ParentReference> items) |
A |
addAllToRules(Collection<TLSRouteRule> items) |
TLSRouteSpecFluent.ParentRefsNested<A> |
addNewParentRef() |
TLSRouteSpecFluent.ParentRefsNested<A> |
addNewParentRefLike(ParentReference item) |
TLSRouteSpecFluent.RulesNested<A> |
addNewRule() |
TLSRouteSpecFluent.RulesNested<A> |
addNewRuleLike(TLSRouteRule item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToHostnames(int index,
String item) |
A |
addToHostnames(String... items) |
A |
addToParentRefs(int index,
ParentReference item) |
A |
addToParentRefs(ParentReference... items) |
A |
addToRules(int index,
TLSRouteRule item) |
A |
addToRules(TLSRouteRule... items) |
ParentReference |
buildFirstParentRef() |
TLSRouteRule |
buildFirstRule() |
ParentReference |
buildLastParentRef() |
TLSRouteRule |
buildLastRule() |
ParentReference |
buildMatchingParentRef(Predicate<ParentReferenceBuilder> predicate) |
TLSRouteRule |
buildMatchingRule(Predicate<TLSRouteRuleBuilder> predicate) |
ParentReference |
buildParentRef(int index) |
List<ParentReference> |
buildParentRefs() |
TLSRouteRule |
buildRule(int index) |
List<TLSRouteRule> |
buildRules() |
protected void |
copyInstance(TLSRouteSpec instance) |
TLSRouteSpecFluent.ParentRefsNested<A> |
editFirstParentRef() |
TLSRouteSpecFluent.RulesNested<A> |
editFirstRule() |
TLSRouteSpecFluent.ParentRefsNested<A> |
editLastParentRef() |
TLSRouteSpecFluent.RulesNested<A> |
editLastRule() |
TLSRouteSpecFluent.ParentRefsNested<A> |
editMatchingParentRef(Predicate<ParentReferenceBuilder> predicate) |
TLSRouteSpecFluent.RulesNested<A> |
editMatchingRule(Predicate<TLSRouteRuleBuilder> predicate) |
TLSRouteSpecFluent.ParentRefsNested<A> |
editParentRef(int index) |
TLSRouteSpecFluent.RulesNested<A> |
editRule(int index) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFirstHostname() |
String |
getHostname(int index) |
List<String> |
getHostnames() |
String |
getLastHostname() |
String |
getMatchingHostname(Predicate<String> predicate) |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasHostnames() |
boolean |
hasMatchingHostname(Predicate<String> predicate) |
boolean |
hasMatchingParentRef(Predicate<ParentReferenceBuilder> predicate) |
boolean |
hasMatchingRule(Predicate<TLSRouteRuleBuilder> predicate) |
boolean |
hasParentRefs() |
boolean |
hasRules() |
A |
removeAllFromHostnames(Collection<String> items) |
A |
removeAllFromParentRefs(Collection<ParentReference> items) |
A |
removeAllFromRules(Collection<TLSRouteRule> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromHostnames(String... items) |
A |
removeFromParentRefs(ParentReference... items) |
A |
removeFromRules(TLSRouteRule... items) |
A |
removeMatchingFromParentRefs(Predicate<ParentReferenceBuilder> predicate) |
A |
removeMatchingFromRules(Predicate<TLSRouteRuleBuilder> predicate) |
TLSRouteSpecFluent.ParentRefsNested<A> |
setNewParentRefLike(int index,
ParentReference item) |
TLSRouteSpecFluent.RulesNested<A> |
setNewRuleLike(int index,
TLSRouteRule item) |
A |
setToHostnames(int index,
String item) |
A |
setToParentRefs(int index,
ParentReference item) |
A |
setToRules(int index,
TLSRouteRule item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withHostnames(List<String> hostnames) |
A |
withHostnames(String... hostnames) |
A |
withParentRefs(List<ParentReference> parentRefs) |
A |
withParentRefs(ParentReference... parentRefs) |
A |
withRules(List<TLSRouteRule> rules) |
A |
withRules(TLSRouteRule... rules) |