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