Uses of Class
org.kiwiproject.consul.model.acl.ImmutableRole
Packages that use ImmutableRole
-
Uses of ImmutableRole in org.kiwiproject.consul.model.acl
Methods in org.kiwiproject.consul.model.acl that return ImmutableRoleModifier and TypeMethodDescriptionImmutableRole.Builder.build()Builds a newImmutableRole.static ImmutableRoleCreates an immutable copy of aRolevalue.final ImmutableRoleImmutableRole.withDescription(String value) Copy the current immutable object by setting a present value for the optionaldescriptionattribute.final ImmutableRoleImmutableRole.withDescription(Optional<String> optional) Copy the current immutable object by setting an optional value for thedescriptionattribute.final ImmutableRoleCopy the current immutable object by setting a present value for the optionalidattribute.final ImmutableRoleCopy the current immutable object by setting an optional value for theidattribute.final ImmutableRoleCopy the current immutable object by setting a value for thenameattribute.final ImmutableRoleImmutableRole.withNamespace(String value) Copy the current immutable object by setting a present value for the optionalnamespaceattribute.final ImmutableRoleImmutableRole.withNamespace(Optional<String> optional) Copy the current immutable object by setting an optional value for thenamespaceattribute.final ImmutableRoleImmutableRole.withNodeIdentities(Iterable<? extends Role.RoleNodeIdentity> elements) Copy the current immutable object with elements that replace the content ofnodeIdentities.final ImmutableRoleImmutableRole.withNodeIdentities(Role.RoleNodeIdentity... elements) Copy the current immutable object with elements that replace the content ofnodeIdentities.final ImmutableRoleImmutableRole.withPolicies(Iterable<? extends Role.RolePolicyLink> elements) Copy the current immutable object with elements that replace the content ofpolicies.final ImmutableRoleImmutableRole.withPolicies(Role.RolePolicyLink... elements) Copy the current immutable object with elements that replace the content ofpolicies.final ImmutableRoleImmutableRole.withServiceIdentities(Iterable<? extends Role.RoleServiceIdentity> elements) Copy the current immutable object with elements that replace the content ofserviceIdentities.final ImmutableRoleImmutableRole.withServiceIdentities(Role.RoleServiceIdentity... elements) Copy the current immutable object with elements that replace the content ofserviceIdentities.