Package | Description |
---|---|
com.oracle.bmc.dataflow.model |
Modifier and Type | Method and Description |
---|---|
SqlEndpoint.Builder |
SqlEndpoint.Builder.bannerMessage(String bannerMessage)
The SQL Endpoint message displayed as a banner to provide user with any action items
required on the resource.
|
static SqlEndpoint.Builder |
SqlEndpoint.builder()
Create a new builder.
|
SqlEndpoint.Builder |
SqlEndpoint.Builder.compartmentId(String compartmentId)
The OCID of a compartment.
|
SqlEndpoint.Builder |
SqlEndpoint.Builder.copy(SqlEndpoint model) |
SqlEndpoint.Builder |
SqlEndpoint.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
SqlEndpoint.Builder |
SqlEndpoint.Builder.description(String description)
The description of the SQL Endpoint.
|
SqlEndpoint.Builder |
SqlEndpoint.Builder.displayName(String displayName)
The SQL Endpoint name, which can be changed.
|
SqlEndpoint.Builder |
SqlEndpoint.Builder.driverShape(String driverShape)
The shape of the SQL Endpoint driver instance.
|
SqlEndpoint.Builder |
SqlEndpoint.Builder.driverShapeConfig(ShapeConfig driverShapeConfig) |
SqlEndpoint.Builder |
SqlEndpoint.Builder.executorShape(String executorShape)
The shape of the SQL Endpoint executor instance.
|
SqlEndpoint.Builder |
SqlEndpoint.Builder.executorShapeConfig(ShapeConfig executorShapeConfig) |
SqlEndpoint.Builder |
SqlEndpoint.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
SqlEndpoint.Builder |
SqlEndpoint.Builder.id(String id)
The provision identifier that is immutable on creation.
|
SqlEndpoint.Builder |
SqlEndpoint.Builder.jdbcEndpointUrl(String jdbcEndpointUrl)
The JDBC URL field.
|
SqlEndpoint.Builder |
SqlEndpoint.Builder.lakeId(String lakeId)
The OCID of OCI Lake.
|
SqlEndpoint.Builder |
SqlEndpoint.Builder.lastAcceptedRequestToken(String lastAcceptedRequestToken)
This token is used by Splat, and indicates that the service accepts the request, and that
the request is currently being processed.
|
SqlEndpoint.Builder |
SqlEndpoint.Builder.lifecycleState(SqlEndpointLifecycleState lifecycleState)
The current state of the Sql Endpoint.
|
SqlEndpoint.Builder |
SqlEndpoint.Builder.maxExecutorCount(Integer maxExecutorCount)
The maximum number of executors.
|
SqlEndpoint.Builder |
SqlEndpoint.Builder.metastoreId(String metastoreId)
The OCID of OCI Hive Metastore.
|
SqlEndpoint.Builder |
SqlEndpoint.Builder.minExecutorCount(Integer minExecutorCount)
The minimum number of executors.
|
SqlEndpoint.Builder |
SqlEndpoint.Builder.networkConfiguration(SqlEndpointNetworkConfiguration networkConfiguration) |
SqlEndpoint.Builder |
SqlEndpoint.Builder.sparkAdvancedConfigurations(Map<String,String> sparkAdvancedConfigurations)
The Spark configuration passed to the running process.
|
SqlEndpoint.Builder |
SqlEndpoint.Builder.sqlEndpointVersion(String sqlEndpointVersion)
The version of SQL Endpoint.
|
SqlEndpoint.Builder |
SqlEndpoint.Builder.stateMessage(String stateMessage)
A message describing the reason why the resource is in it’s current state.
|
SqlEndpoint.Builder |
SqlEndpoint.Builder.systemTags(Map<String,Map<String,Object>> systemTags)
The system tags associated with this resource, if any.
|
SqlEndpoint.Builder |
SqlEndpoint.Builder.timeCreated(Date timeCreated)
The time the Sql Endpoint was created.
|
SqlEndpoint.Builder |
SqlEndpoint.Builder.timeUpdated(Date timeUpdated)
The time the Sql Endpoint was updated.
|
SqlEndpoint.Builder |
SqlEndpoint.toBuilder() |
SqlEndpoint.Builder |
SqlEndpoint.Builder.warehouseBucketUri(String warehouseBucketUri)
The warehouse bucket URI.
|
Copyright © 2016–2024. All rights reserved.