Interface AutonomousDatabaseConnectionUrls.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutonomousDatabaseConnectionUrls.Builder,,AutonomousDatabaseConnectionUrls> SdkBuilder<AutonomousDatabaseConnectionUrls.Builder,,AutonomousDatabaseConnectionUrls> SdkPojo
- Enclosing class:
AutonomousDatabaseConnectionUrls
@Mutable
@NotThreadSafe
public static interface AutonomousDatabaseConnectionUrls.Builder
extends SdkPojo, CopyableBuilder<AutonomousDatabaseConnectionUrls.Builder,AutonomousDatabaseConnectionUrls>
-
Method Summary
Modifier and TypeMethodDescriptionThe URL for accessing Oracle Application Express (APEX) for the Autonomous Database.databaseTransformsUrl(String databaseTransformsUrl) The URL for accessing Oracle Database Transforms for the Autonomous Database.graphStudioUrl(String graphStudioUrl) The URL for accessing Oracle Graph Studio for the Autonomous Database.machineLearningNotebookUrl(String machineLearningNotebookUrl) The URL for accessing the Oracle Machine Learning notebook for the Autonomous Database.machineLearningUserManagementUrl(String machineLearningUserManagementUrl) The URL for accessing Oracle Machine Learning user management for the Autonomous Database.mongoDbUrl(String mongoDbUrl) The URL for accessing the MongoDB API for the Autonomous Database.The URL for accessing Oracle REST Data Services (ORDS) for the Autonomous Database.spatialStudioUrl(String spatialStudioUrl) The URL for accessing Oracle Spatial Studio for the Autonomous Database.sqlDevWebUrl(String sqlDevWebUrl) The URL for accessing Oracle SQL Developer Web for 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
-
apexUrl
The URL for accessing Oracle Application Express (APEX) for the Autonomous Database.
- Parameters:
apexUrl- The URL for accessing Oracle Application Express (APEX) for the Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseTransformsUrl
The URL for accessing Oracle Database Transforms for the Autonomous Database.
- Parameters:
databaseTransformsUrl- The URL for accessing Oracle Database Transforms for the Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
graphStudioUrl
The URL for accessing Oracle Graph Studio for the Autonomous Database.
- Parameters:
graphStudioUrl- The URL for accessing Oracle Graph Studio for the Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
machineLearningNotebookUrl
AutonomousDatabaseConnectionUrls.Builder machineLearningNotebookUrl(String machineLearningNotebookUrl) The URL for accessing the Oracle Machine Learning notebook for the Autonomous Database.
- Parameters:
machineLearningNotebookUrl- The URL for accessing the Oracle Machine Learning notebook for the Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
machineLearningUserManagementUrl
AutonomousDatabaseConnectionUrls.Builder machineLearningUserManagementUrl(String machineLearningUserManagementUrl) The URL for accessing Oracle Machine Learning user management for the Autonomous Database.
- Parameters:
machineLearningUserManagementUrl- The URL for accessing Oracle Machine Learning user management for the Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mongoDbUrl
The URL for accessing the MongoDB API for the Autonomous Database.
- Parameters:
mongoDbUrl- The URL for accessing the MongoDB API for the Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ordsUrl
The URL for accessing Oracle REST Data Services (ORDS) for the Autonomous Database.
- Parameters:
ordsUrl- The URL for accessing Oracle REST Data Services (ORDS) for the Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spatialStudioUrl
The URL for accessing Oracle Spatial Studio for the Autonomous Database.
- Parameters:
spatialStudioUrl- The URL for accessing Oracle Spatial Studio for the Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sqlDevWebUrl
The URL for accessing Oracle SQL Developer Web for the Autonomous Database.
- Parameters:
sqlDevWebUrl- The URL for accessing Oracle SQL Developer Web for the Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-