Class ProxiedForUserSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.ProxiedForUserSummary.Builder
-
- Enclosing class:
- ProxiedForUserSummary
public static class ProxiedForUserSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProxiedForUserSummary.Builder
authentication(ProxiedForUserSummary.Authentication authentication)
Indicates whether the proxy is required to supply the client credentials (YES) or not (NO).ProxiedForUserSummary
build()
ProxiedForUserSummary.Builder
copy(ProxiedForUserSummary model)
ProxiedForUserSummary.Builder
flags(ProxiedForUserSummary.Flags flags)
The flags associated with the proxy/client pair.ProxiedForUserSummary.Builder
name(String name)
The name of a proxy user or the name of the client user.
-
-
-
Method Detail
-
name
public ProxiedForUserSummary.Builder name(String name)
The name of a proxy user or the name of the client user.- Parameters:
name
- the value to set- Returns:
- this builder
-
authentication
public ProxiedForUserSummary.Builder authentication(ProxiedForUserSummary.Authentication authentication)
Indicates whether the proxy is required to supply the client credentials (YES) or not (NO).- Parameters:
authentication
- the value to set- Returns:
- this builder
-
flags
public ProxiedForUserSummary.Builder flags(ProxiedForUserSummary.Flags flags)
The flags associated with the proxy/client pair.- Parameters:
flags
- the value to set- Returns:
- this builder
-
build
public ProxiedForUserSummary build()
-
copy
public ProxiedForUserSummary.Builder copy(ProxiedForUserSummary model)
-
-