Package com.oracle.bmc.datasafe.model
Class RoleGrantPathSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.RoleGrantPathSummary.Builder
 
- 
- Enclosing class:
- RoleGrantPathSummary
 
 public static class RoleGrantPathSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RoleGrantPathSummarybuild()RoleGrantPathSummary.Buildercopy(RoleGrantPathSummary model)RoleGrantPathSummary.BuilderdepthLevel(Integer depthLevel)The grant depth level of the indirect grant.RoleGrantPathSummary.BuildergrantedRole(String grantedRole)The name of the role.RoleGrantPathSummary.Buildergrantee(String grantee)Grantee is the user who can access the table.RoleGrantPathSummary.Builderkey(String key)The unique key of a role grant.
 
- 
- 
- 
Method Detail- 
keypublic RoleGrantPathSummary.Builder key(String key) The unique key of a role grant.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
granteepublic RoleGrantPathSummary.Builder grantee(String grantee) Grantee is the user who can access the table.- Parameters:
- grantee- the value to set
- Returns:
- this builder
 
 - 
grantedRolepublic RoleGrantPathSummary.Builder grantedRole(String grantedRole) The name of the role.- Parameters:
- grantedRole- the value to set
- Returns:
- this builder
 
 - 
depthLevelpublic RoleGrantPathSummary.Builder depthLevel(Integer depthLevel) The grant depth level of the indirect grant.An indirectly granted role/privilege is granted to the user through another role. The depth level indicates how deep a privilege is within the grant hierarchy. - Parameters:
- depthLevel- the value to set
- Returns:
- this builder
 
 - 
buildpublic RoleGrantPathSummary build() 
 - 
copypublic RoleGrantPathSummary.Builder copy(RoleGrantPathSummary model) 
 
- 
 
-