Class UpdatePropertySetApexFaIntegrationDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.databasetoolsruntime.model.UpdatePropertySetApexFaIntegrationDetails.Builder
-
- Enclosing class:
- UpdatePropertySetApexFaIntegrationDetails
public static class UpdatePropertySetApexFaIntegrationDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdatePropertySetApexFaIntegrationDetails.BuilderauthenticationSubstitutions(Map<String,String> authenticationSubstitutions)APEX FA Integration key-value pairs.UpdatePropertySetApexFaIntegrationDetailsbuild()UpdatePropertySetApexFaIntegrationDetails.Buildercopy(UpdatePropertySetApexFaIntegrationDetails model)UpdatePropertySetApexFaIntegrationDetails.BuilderinstanceDbmsCredentialEnabled(String instanceDbmsCredentialEnabled)Specifies whether database credentials can be used in all workspaces on the APEX instance.
-
-
-
Method Detail
-
authenticationSubstitutions
public UpdatePropertySetApexFaIntegrationDetails.Builder authenticationSubstitutions(Map<String,String> authenticationSubstitutions)
APEX FA Integration key-value pairs.- Parameters:
authenticationSubstitutions- the value to set- Returns:
- this builder
-
instanceDbmsCredentialEnabled
public UpdatePropertySetApexFaIntegrationDetails.Builder instanceDbmsCredentialEnabled(String instanceDbmsCredentialEnabled)
Specifies whether database credentials can be used in all workspaces on the APEX instance.Supported values include: “Y”, “N” and empty string.
- Parameters:
instanceDbmsCredentialEnabled- the value to set- Returns:
- this builder
-
build
public UpdatePropertySetApexFaIntegrationDetails build()
-
copy
public UpdatePropertySetApexFaIntegrationDetails.Builder copy(UpdatePropertySetApexFaIntegrationDetails model)
-
-