Interface AutonomousDatabaseApex.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutonomousDatabaseApex.Builder,,AutonomousDatabaseApex> SdkBuilder<AutonomousDatabaseApex.Builder,,AutonomousDatabaseApex> SdkPojo
- Enclosing class:
AutonomousDatabaseApex
@Mutable
@NotThreadSafe
public static interface AutonomousDatabaseApex.Builder
extends SdkPojo, CopyableBuilder<AutonomousDatabaseApex.Builder,AutonomousDatabaseApex>
-
Method Summary
Modifier and TypeMethodDescriptionapexVersion(String apexVersion) The Oracle Application Express (APEX) version of the Autonomous Database.ordsVersion(String ordsVersion) The Oracle REST Data Services (ORDS) version of the Autonomous Database.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
apexVersion
The Oracle Application Express (APEX) version of the Autonomous Database.
- Parameters:
apexVersion- The Oracle Application Express (APEX) version of the Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ordsVersion
The Oracle REST Data Services (ORDS) version of the Autonomous Database.
- Parameters:
ordsVersion- The Oracle REST Data Services (ORDS) version of the Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-