Class UpdatePropertySetApexDocumentGeneratorDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.databasetoolsruntime.model.UpdatePropertySetApexDocumentGeneratorDetails.Builder
-
- Enclosing class:
- UpdatePropertySetApexDocumentGeneratorDetails
public static class UpdatePropertySetApexDocumentGeneratorDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
printServerType
public UpdatePropertySetApexDocumentGeneratorDetails.Builder printServerType(PropertySetApexDocumentGenerator.PrintServerType printServerType)
The print server type- Parameters:
printServerType- the value to set- Returns:
- this builder
-
credentialKey
public UpdatePropertySetApexDocumentGeneratorDetails.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 UpdatePropertySetApexDocumentGeneratorDetails.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 UpdatePropertySetApexDocumentGeneratorDetails.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 UpdatePropertySetApexDocumentGeneratorDetails.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 UpdatePropertySetApexDocumentGeneratorDetails.Builder objectStorageEndpoint(String objectStorageEndpoint)
Object Storage Endpoint- Parameters:
objectStorageEndpoint- the value to set- Returns:
- this builder
-
functionId
public UpdatePropertySetApexDocumentGeneratorDetails.Builder functionId(String functionId)
The OCID of the Document Generator function- Parameters:
functionId- the value to set- Returns:
- this builder
-
invokeEndpoint
public UpdatePropertySetApexDocumentGeneratorDetails.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 UpdatePropertySetApexDocumentGeneratorDetails build()
-
copy
public UpdatePropertySetApexDocumentGeneratorDetails.Builder copy(UpdatePropertySetApexDocumentGeneratorDetails model)
-
-