Package com.oracle.bmc.datasafe.model
Class RoleSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.RoleSummary.Builder
-
- Enclosing class:
- RoleSummary
public static class RoleSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoleSummary.Builder
authenticationType(String authenticationType)
Type of authentication.RoleSummary
build()
RoleSummary.Builder
copy(RoleSummary model)
RoleSummary.Builder
isCommon(Boolean isCommon)
Is the role common.RoleSummary.Builder
isImplicit(Boolean isImplicit)
Is the role implicit.RoleSummary.Builder
isInherited(Boolean isInherited)
Is the role inherited.RoleSummary.Builder
isOracleMaintained(Boolean isOracleMaintained)
Is the role oracle maintained.RoleSummary.Builder
isPasswordRequired(Boolean isPasswordRequired)
Is password required.RoleSummary.Builder
roleName(String roleName)
The name of the role.
-
-
-
Method Detail
-
roleName
public RoleSummary.Builder roleName(String roleName)
The name of the role.- Parameters:
roleName
- the value to set- Returns:
- this builder
-
authenticationType
public RoleSummary.Builder authenticationType(String authenticationType)
Type of authentication.- Parameters:
authenticationType
- the value to set- Returns:
- this builder
-
isPasswordRequired
public RoleSummary.Builder isPasswordRequired(Boolean isPasswordRequired)
Is password required.- Parameters:
isPasswordRequired
- the value to set- Returns:
- this builder
-
isCommon
public RoleSummary.Builder isCommon(Boolean isCommon)
Is the role common.- Parameters:
isCommon
- the value to set- Returns:
- this builder
-
isOracleMaintained
public RoleSummary.Builder isOracleMaintained(Boolean isOracleMaintained)
Is the role oracle maintained.- Parameters:
isOracleMaintained
- the value to set- Returns:
- this builder
-
isInherited
public RoleSummary.Builder isInherited(Boolean isInherited)
Is the role inherited.- Parameters:
isInherited
- the value to set- Returns:
- this builder
-
isImplicit
public RoleSummary.Builder isImplicit(Boolean isImplicit)
Is the role implicit.- Parameters:
isImplicit
- the value to set- Returns:
- this builder
-
build
public RoleSummary build()
-
copy
public RoleSummary.Builder copy(RoleSummary model)
-
-