Class ExternalAsmConnectionInfo.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.ExternalAsmConnectionInfo.Builder
 
- 
- Enclosing class:
- ExternalAsmConnectionInfo
 
 public static class ExternalAsmConnectionInfo.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalAsmConnectionInfobuild()ExternalAsmConnectionInfo.BuilderconnectionCredentials(AsmConnectionCredentials connectionCredentials)ExternalAsmConnectionInfo.BuilderconnectionString(AsmConnectionString connectionString)ExternalAsmConnectionInfo.Buildercopy(ExternalAsmConnectionInfo model)
 
- 
- 
- 
Method Detail- 
connectionStringpublic ExternalAsmConnectionInfo.Builder connectionString(AsmConnectionString connectionString) 
 - 
connectionCredentialspublic ExternalAsmConnectionInfo.Builder connectionCredentials(AsmConnectionCredentials connectionCredentials) 
 - 
buildpublic ExternalAsmConnectionInfo build() 
 - 
copypublic ExternalAsmConnectionInfo.Builder copy(ExternalAsmConnectionInfo model) 
 
- 
 
-