Uses of Class
com.oracle.bmc.databasemanagement.model.RoleSummary.Builder
-
Packages that use RoleSummary.Builder Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of RoleSummary.Builder in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return RoleSummary.Builder Modifier and Type Method Description RoleSummary.Builder
RoleSummary.Builder. adminOption(RoleSummary.AdminOption adminOption)
Indicates whether the role is granted with the ADMIN OPTION (YES) or not (NO).static RoleSummary.Builder
RoleSummary. builder()
Create a new builder.RoleSummary.Builder
RoleSummary.Builder. common(RoleSummary.Common common)
Indicates how the role was granted.RoleSummary.Builder
RoleSummary.Builder. copy(RoleSummary model)
RoleSummary.Builder
RoleSummary.Builder. defaultRole(RoleSummary.DefaultRole defaultRole)
Indicates whether the role is designated as a DEFAULT ROLE for the user (YES) or not (NO).RoleSummary.Builder
RoleSummary.Builder. delegateOption(RoleSummary.DelegateOption delegateOption)
Indicates whether the role is granted with the DELEGATE OPTION (YES) or not (NO).RoleSummary.Builder
RoleSummary.Builder. inherited(RoleSummary.Inherited inherited)
Indicates whether the granted role is inherited from another container (YES) or not (NO).RoleSummary.Builder
RoleSummary.Builder. name(String name)
The name of the role granted to the user.RoleSummary.Builder
RoleSummary. toBuilder()
-