Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static SqlCollection.Builder |
SqlCollection.builder()
Create a new builder.
|
SqlCollection.Builder |
SqlCollection.Builder.compartmentId(String compartmentId)
The OCID of the compartment containing the SQL collection.
|
SqlCollection.Builder |
SqlCollection.Builder.copy(SqlCollection model) |
SqlCollection.Builder |
SqlCollection.Builder.dbUserName(String dbUserName)
The database user name.
|
SqlCollection.Builder |
SqlCollection.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
SqlCollection.Builder |
SqlCollection.Builder.description(String description)
The description of the SQL collection.
|
SqlCollection.Builder |
SqlCollection.Builder.displayName(String displayName)
The display name of the SQL collection.
|
SqlCollection.Builder |
SqlCollection.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
SqlCollection.Builder |
SqlCollection.Builder.id(String id)
The OCID of the SQL collection.
|
SqlCollection.Builder |
SqlCollection.Builder.lifecycleDetails(String lifecycleDetails)
Details about the current state of the SQL collection in Data Safe.
|
SqlCollection.Builder |
SqlCollection.Builder.lifecycleState(SqlCollectionLifecycleState lifecycleState)
The current state of the SQL collection.
|
SqlCollection.Builder |
SqlCollection.Builder.sqlLevel(SqlCollection.SqlLevel sqlLevel)
Specifies the level of SQL that will be collected.
|
SqlCollection.Builder |
SqlCollection.Builder.status(SqlCollection.Status status)
Specifies if the status of the SqlCollection.
|
SqlCollection.Builder |
SqlCollection.Builder.systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
SqlCollection.Builder |
SqlCollection.Builder.targetId(String targetId)
The OCID of the target corresponding to the security policy deployment.
|
SqlCollection.Builder |
SqlCollection.Builder.timeCreated(Date timeCreated)
The time that the SQL collection was created, in the format defined by RFC3339.
|
SqlCollection.Builder |
SqlCollection.Builder.timeLastStarted(Date timeLastStarted)
The timestamp of the most recent SqlCollection start operation, in the format defined by
RFC3339.
|
SqlCollection.Builder |
SqlCollection.Builder.timeLastStopped(Date timeLastStopped)
The timestamp of the most recent SqlCollection stop operation, in the format defined by
RFC3339.
|
SqlCollection.Builder |
SqlCollection.Builder.timeUpdated(Date timeUpdated)
The last date and time the SQL collection was updated, in the format defined by RFC3339.
|
SqlCollection.Builder |
SqlCollection.toBuilder() |
Copyright © 2016–2024. All rights reserved.