Interface RoleBuilder
-
- All Superinterfaces:
Buildable.Builder<RoleBuilder,Role>
- All Known Implementing Classes:
KeystoneRole.RoleConcreteBuilder
public interface RoleBuilder extends Buildable.Builder<RoleBuilder,Role>
A Builder which creates an identity v3 role
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoleBuilderdomainId(String domainId)RoleBuilderid(String id)RoleBuilderlinks(Map<String,String> links)RoleBuildername(String name)RoleBuilderoptions(Map<String,String> options)-
Methods inherited from interface org.openstack4j.common.Buildable.Builder
build, from
-
-
-
-
Method Detail
-
id
RoleBuilder id(String id)
- See Also:
Role.getId()
-
name
RoleBuilder name(String name)
- See Also:
Role.getName()
-
options
RoleBuilder options(Map<String,String> options)
-
links
RoleBuilder links(Map<String,String> links)
- See Also:
Role.getLinks()
-
domainId
RoleBuilder domainId(String domainId)
- See Also:
Role.getLinks()
-
-