Class PropertySetApexFaIntegration.Builder
- java.lang.Object
-
- com.oracle.bmc.databasetoolsruntime.model.PropertySetApexFaIntegration.Builder
-
- Enclosing class:
- PropertySetApexFaIntegration
public static class PropertySetApexFaIntegration.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertySetApexFaIntegration.BuilderauthenticationSubstitutions(Map<String,String> authenticationSubstitutions)APEX FA Integration key-value pairs.PropertySetApexFaIntegrationbuild()PropertySetApexFaIntegration.Buildercopy(PropertySetApexFaIntegration model)PropertySetApexFaIntegration.BuilderinstanceDbmsCredentialEnabled(String instanceDbmsCredentialEnabled)Specifies whether database credentials can be used in all workspaces on the APEX instance.PropertySetApexFaIntegration.BuilderisMutable(Boolean isMutable)PropertySetApexFaIntegration.BuilderprerequisitesCheck(ApexFaIntegrationPrerequisitesCheck prerequisitesCheck)
-
-
-
Method Detail
-
isMutable
public PropertySetApexFaIntegration.Builder isMutable(Boolean isMutable)
-
authenticationSubstitutions
public PropertySetApexFaIntegration.Builder authenticationSubstitutions(Map<String,String> authenticationSubstitutions)
APEX FA Integration key-value pairs.- Parameters:
authenticationSubstitutions- the value to set- Returns:
- this builder
-
instanceDbmsCredentialEnabled
public PropertySetApexFaIntegration.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
-
prerequisitesCheck
public PropertySetApexFaIntegration.Builder prerequisitesCheck(ApexFaIntegrationPrerequisitesCheck prerequisitesCheck)
-
build
public PropertySetApexFaIntegration build()
-
copy
public PropertySetApexFaIntegration.Builder copy(PropertySetApexFaIntegration model)
-
-