Class ExternalAsmConnectionInfo.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.ExternalAsmConnectionInfo.Builder
-
- Enclosing class:
- ExternalAsmConnectionInfo
public static class ExternalAsmConnectionInfo.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalAsmConnectionInfo
build()
ExternalAsmConnectionInfo.Builder
connectionCredentials(AsmConnectionCredentials connectionCredentials)
ExternalAsmConnectionInfo.Builder
connectionString(AsmConnectionString connectionString)
ExternalAsmConnectionInfo.Builder
copy(ExternalAsmConnectionInfo model)
-
-
-
Method Detail
-
connectionString
public ExternalAsmConnectionInfo.Builder connectionString(AsmConnectionString connectionString)
-
connectionCredentials
public ExternalAsmConnectionInfo.Builder connectionCredentials(AsmConnectionCredentials connectionCredentials)
-
build
public ExternalAsmConnectionInfo build()
-
copy
public ExternalAsmConnectionInfo.Builder copy(ExternalAsmConnectionInfo model)
-
-