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