public interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested<N> |
static interface |
V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<N> |
static interface |
V1beta1FlowSchemaSpecFluent.RulesNested<N> |
@Deprecated V1beta1FlowDistinguisherMethod getDistinguisherMethod()
V1beta1FlowDistinguisherMethod buildDistinguisherMethod()
A withDistinguisherMethod(V1beta1FlowDistinguisherMethod distinguisherMethod)
Boolean hasDistinguisherMethod()
V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested<A> withNewDistinguisherMethod()
V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested<A> withNewDistinguisherMethodLike(V1beta1FlowDistinguisherMethod item)
V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested<A> editDistinguisherMethod()
V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested<A> editOrNewDistinguisherMethod()
V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested<A> editOrNewDistinguisherMethodLike(V1beta1FlowDistinguisherMethod item)
Integer getMatchingPrecedence()
Boolean hasMatchingPrecedence()
@Deprecated V1beta1PriorityLevelConfigurationReference getPriorityLevelConfiguration()
V1beta1PriorityLevelConfigurationReference buildPriorityLevelConfiguration()
A withPriorityLevelConfiguration(V1beta1PriorityLevelConfigurationReference priorityLevelConfiguration)
Boolean hasPriorityLevelConfiguration()
V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> withNewPriorityLevelConfiguration()
V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> withNewPriorityLevelConfigurationLike(V1beta1PriorityLevelConfigurationReference item)
V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> editPriorityLevelConfiguration()
V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> editOrNewPriorityLevelConfiguration()
V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> editOrNewPriorityLevelConfigurationLike(V1beta1PriorityLevelConfigurationReference item)
A addToRules(int index, V1beta1PolicyRulesWithSubjects item)
A setToRules(int index, V1beta1PolicyRulesWithSubjects item)
A addToRules(V1beta1PolicyRulesWithSubjects... items)
A addAllToRules(Collection<V1beta1PolicyRulesWithSubjects> items)
A removeFromRules(V1beta1PolicyRulesWithSubjects... items)
A removeAllFromRules(Collection<V1beta1PolicyRulesWithSubjects> items)
A removeMatchingFromRules(Predicate<V1beta1PolicyRulesWithSubjectsBuilder> predicate)
@Deprecated List<V1beta1PolicyRulesWithSubjects> getRules()
List<V1beta1PolicyRulesWithSubjects> buildRules()
V1beta1PolicyRulesWithSubjects buildRule(int index)
V1beta1PolicyRulesWithSubjects buildFirstRule()
V1beta1PolicyRulesWithSubjects buildLastRule()
V1beta1PolicyRulesWithSubjects buildMatchingRule(Predicate<V1beta1PolicyRulesWithSubjectsBuilder> predicate)
Boolean hasMatchingRule(Predicate<V1beta1PolicyRulesWithSubjectsBuilder> predicate)
A withRules(List<V1beta1PolicyRulesWithSubjects> rules)
A withRules(V1beta1PolicyRulesWithSubjects... rules)
Boolean hasRules()
V1beta1FlowSchemaSpecFluent.RulesNested<A> addNewRule()
V1beta1FlowSchemaSpecFluent.RulesNested<A> addNewRuleLike(V1beta1PolicyRulesWithSubjects item)
V1beta1FlowSchemaSpecFluent.RulesNested<A> setNewRuleLike(int index, V1beta1PolicyRulesWithSubjects item)
V1beta1FlowSchemaSpecFluent.RulesNested<A> editRule(int index)
V1beta1FlowSchemaSpecFluent.RulesNested<A> editFirstRule()
V1beta1FlowSchemaSpecFluent.RulesNested<A> editLastRule()
V1beta1FlowSchemaSpecFluent.RulesNested<A> editMatchingRule(Predicate<V1beta1PolicyRulesWithSubjectsBuilder> predicate)
Copyright © 2021. All rights reserved.