Uses of Class
org.kiwiproject.consul.option.ImmutableRoleOptions.Builder
Packages that use ImmutableRoleOptions.Builder
-
Uses of ImmutableRoleOptions.Builder in org.kiwiproject.consul.option
Methods in org.kiwiproject.consul.option that return ImmutableRoleOptions.BuilderModifier and TypeMethodDescriptionImmutableRoleOptions.Builder.addAllToQueryParameters(Iterable<String> elements) Adds elements totoQueryParameterslist.ImmutableRoleOptions.Builder.addToQueryParameters(String element) Adds one element totoQueryParameterslist.ImmutableRoleOptions.Builder.addToQueryParameters(String... elements) Adds elements totoQueryParameterslist.static ImmutableRoleOptions.BuilderImmutableRoleOptions.builder()Creates a builder forImmutableRoleOptions.ImmutableRoleOptions.Builder.from(ParamAdder instance) Fill a builder with attribute values from the providedorg.kiwiproject.consul.option.ParamAdderinstance.ImmutableRoleOptions.Builder.from(RoleOptions instance) Fill a builder with attribute values from the providedorg.kiwiproject.consul.option.RoleOptionsinstance.Initializes the optional valuenamespaceto namespace.Initializes the optional valuenamespaceto namespace.Initializes the optional valuepolicyto policy.Initializes the optional valuepolicyto policy.ImmutableRoleOptions.Builder.putAllToHeaders(Map<String, ? extends String> entries) Put all mappings from the specified map as entries totoHeadersmap.ImmutableRoleOptions.Builder.putToHeaders(String key, String value) Put one entry to thetoHeadersmap.ImmutableRoleOptions.Builder.putToHeaders(Map.Entry<String, ? extends String> entry) Put one entry to thetoHeadersmap.Sets or replaces all mappings from the specified map as entries for thetoHeadersmap.ImmutableRoleOptions.Builder.toQueryParameters(Iterable<String> elements) Sets or replaces all elements fortoQueryParameterslist.