Uses of Class
org.kiwiproject.consul.option.ImmutableRoleOptions
Packages that use ImmutableRoleOptions
-
Uses of ImmutableRoleOptions in org.kiwiproject.consul.option
Methods in org.kiwiproject.consul.option that return ImmutableRoleOptionsModifier and TypeMethodDescriptionImmutableRoleOptions.Builder.build()Builds a newImmutableRoleOptions.static ImmutableRoleOptionsImmutableRoleOptions.copyOf(RoleOptions instance) Creates an immutable copy of aRoleOptionsvalue.final ImmutableRoleOptionsImmutableRoleOptions.withNamespace(String value) Copy the current immutable object by setting a present value for the optionalnamespaceattribute.final ImmutableRoleOptionsImmutableRoleOptions.withNamespace(Optional<String> optional) Copy the current immutable object by setting an optional value for thenamespaceattribute.final ImmutableRoleOptionsImmutableRoleOptions.withPolicy(String value) Copy the current immutable object by setting a present value for the optionalpolicyattribute.final ImmutableRoleOptionsImmutableRoleOptions.withPolicy(Optional<String> optional) Copy the current immutable object by setting an optional value for thepolicyattribute.final ImmutableRoleOptionsImmutableRoleOptions.withToHeaders(Map<String, ? extends String> entries) Copy the current immutable object by replacing thetoHeadersmap with the specified map.final ImmutableRoleOptionsImmutableRoleOptions.withToQueryParameters(Iterable<String> elements) Copy the current immutable object with elements that replace the content oftoQueryParameters.final ImmutableRoleOptionsImmutableRoleOptions.withToQueryParameters(String... elements) Copy the current immutable object with elements that replace the content oftoQueryParameters.