Package com.oracle.bmc.bds.model
Class KerberosDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.bds.model.KerberosDetails.Builder
-
- Enclosing class:
- KerberosDetails
public static class KerberosDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KerberosDetails
build()
KerberosDetails.Builder
copy(KerberosDetails model)
KerberosDetails.Builder
keytabFile(String keytabFile)
Location of the keytab fileKerberosDetails.Builder
principalName(String principalName)
Name of the Kerberos principal.
-
-
-
Method Detail
-
principalName
public KerberosDetails.Builder principalName(String principalName)
Name of the Kerberos principal.- Parameters:
principalName
- the value to set- Returns:
- this builder
-
keytabFile
public KerberosDetails.Builder keytabFile(String keytabFile)
Location of the keytab file- Parameters:
keytabFile
- the value to set- Returns:
- this builder
-
build
public KerberosDetails build()
-
copy
public KerberosDetails.Builder copy(KerberosDetails model)
-
-