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