Interface PolicyRuleBuilder
-
- All Superinterfaces:
Buildable.Builder<PolicyRuleBuilder,PolicyRule>
- All Known Implementing Classes:
GbpPolicyRule.PolicyRuleConcreteBuilder
public interface PolicyRuleBuilder extends Buildable.Builder<PolicyRuleBuilder,PolicyRule>
A builder which produces a Policy Rule object- Author:
- vinod borole
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyRuleBuilderactions(List<String> actionIds)PolicyRuleBuilderclassifier(String classifierId)PolicyRuleBuilderdescription(String description)PolicyRuleBuildername(String name)PolicyRuleBuildershared(boolean shared)-
Methods inherited from interface org.openstack4j.common.Buildable.Builder
build, from
-
-
-
-
Method Detail
-
name
PolicyRuleBuilder name(String name)
-
description
PolicyRuleBuilder description(String description)
-
shared
PolicyRuleBuilder shared(boolean shared)
-
classifier
PolicyRuleBuilder classifier(String classifierId)
-
actions
PolicyRuleBuilder actions(List<String> actionIds)
-
-