Class PropertySetApexDocumentGenerator.Builder
- java.lang.Object
-
- com.oracle.bmc.databasetoolsruntime.model.PropertySetApexDocumentGenerator.Builder
-
- Enclosing class:
- PropertySetApexDocumentGenerator
public static class PropertySetApexDocumentGenerator.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
isMutable
public PropertySetApexDocumentGenerator.Builder isMutable(Boolean isMutable)
-
printServerType
public PropertySetApexDocumentGenerator.Builder printServerType(PropertySetApexDocumentGenerator.PrintServerType printServerType)
The print server type- Parameters:
printServerType- the value to set- Returns:
- this builder
-
credentialKey
public PropertySetApexDocumentGenerator.Builder credentialKey(String credentialKey)
The name of the credential used by APEX to manage Object Storage Buckets and Objects as well as invoke the Document Generator function- Parameters:
credentialKey- the value to set- Returns:
- this builder
-
autonomousDatabaseResourcePrincipalStatus
public PropertySetApexDocumentGenerator.Builder autonomousDatabaseResourcePrincipalStatus(PropertySetApexDocumentGenerator.AutonomousDatabaseResourcePrincipalStatus autonomousDatabaseResourcePrincipalStatus)
The status of the Autonomous Database Serverless Resource Principal (OCI$RESOURCE_PRINCIPAL)- Parameters:
autonomousDatabaseResourcePrincipalStatus- the value to set- Returns:
- this builder
-
objectStorageNamespace
public PropertySetApexDocumentGenerator.Builder objectStorageNamespace(String objectStorageNamespace)
The Object Storage Namespace containing the Object Storage Buckets managed by APEX- Parameters:
objectStorageNamespace- the value to set- Returns:
- this builder
-
objectStorageBucketCompartmentId
public PropertySetApexDocumentGenerator.Builder objectStorageBucketCompartmentId(String objectStorageBucketCompartmentId)
The OCID of the compartment containing the Object Storage Buckets managed by APEX- Parameters:
objectStorageBucketCompartmentId- the value to set- Returns:
- this builder
-
objectStorageEndpoint
public PropertySetApexDocumentGenerator.Builder objectStorageEndpoint(String objectStorageEndpoint)
Object Storage Endpoint- Parameters:
objectStorageEndpoint- the value to set- Returns:
- this builder
-
functionId
public PropertySetApexDocumentGenerator.Builder functionId(String functionId)
The OCID of the Document Generator function- Parameters:
functionId- the value to set- Returns:
- this builder
-
invokeEndpoint
public PropertySetApexDocumentGenerator.Builder invokeEndpoint(String invokeEndpoint)
The base endpoint URL to use to invoke the Document Generator function- Parameters:
invokeEndpoint- the value to set- Returns:
- this builder
-
build
public PropertySetApexDocumentGenerator build()
-
copy
public PropertySetApexDocumentGenerator.Builder copy(PropertySetApexDocumentGenerator model)
-
-