Uses of Class
org.kiwiproject.consul.model.acl.ImmutablePolicyResponse.Builder
Packages that use ImmutablePolicyResponse.Builder
-
Uses of ImmutablePolicyResponse.Builder in org.kiwiproject.consul.model.acl
Methods in org.kiwiproject.consul.model.acl that return ImmutablePolicyResponse.BuilderModifier and TypeMethodDescriptionImmutablePolicyResponse.builder()Creates a builder forImmutablePolicyResponse.ImmutablePolicyResponse.Builder.createIndex(BigInteger createIndex) Initializes the value for thecreateIndexattribute.ImmutablePolicyResponse.Builder.datacenters(List<String> datacenters) Initializes the optional valuedatacentersto datacenters.ImmutablePolicyResponse.Builder.datacenters(Optional<? extends List<String>> datacenters) Initializes the optional valuedatacentersto datacenters.ImmutablePolicyResponse.Builder.from(BasePolicyResponse instance) Fill a builder with attribute values from the providedorg.kiwiproject.consul.model.acl.BasePolicyResponseinstance.ImmutablePolicyResponse.Builder.from(PolicyResponse instance) Fill a builder with attribute values from the providedorg.kiwiproject.consul.model.acl.PolicyResponseinstance.Initializes the value for thehashattribute.Initializes the value for theidattribute.ImmutablePolicyResponse.Builder.modifyIndex(BigInteger modifyIndex) Initializes the value for themodifyIndexattribute.Initializes the value for thenameattribute.