public static class DatabaseSecurityConfigSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DatabaseSecurityConfigSummary |
build() |
DatabaseSecurityConfigSummary.Builder |
compartmentId(String compartmentId)
The OCID of the compartment containing the database security config.
|
DatabaseSecurityConfigSummary.Builder |
copy(DatabaseSecurityConfigSummary model) |
DatabaseSecurityConfigSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DatabaseSecurityConfigSummary.Builder |
description(String description)
The description of the database security config.
|
DatabaseSecurityConfigSummary.Builder |
displayName(String displayName)
The display name of the database security config.
|
DatabaseSecurityConfigSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
DatabaseSecurityConfigSummary.Builder |
id(String id)
The OCID of the database security config.
|
DatabaseSecurityConfigSummary.Builder |
lifecycleDetails(String lifecycleDetails)
Details about the current state of the database security config in Data Safe.
|
DatabaseSecurityConfigSummary.Builder |
lifecycleState(DatabaseSecurityConfigLifecycleState lifecycleState)
The current state of the database security config.
|
DatabaseSecurityConfigSummary.Builder |
sqlFirewallConfig(SqlFirewallConfig sqlFirewallConfig) |
DatabaseSecurityConfigSummary.Builder |
targetId(String targetId)
The target OCID corresponding to the database security config.
|
DatabaseSecurityConfigSummary.Builder |
timeCreated(Date timeCreated)
The time that the database security config was created, in the format defined by RFC3339.
|
DatabaseSecurityConfigSummary.Builder |
timeLastRefreshed(Date timeLastRefreshed)
The last date and time the database security config was refreshed, in the format defined
by RFC3339.
|
DatabaseSecurityConfigSummary.Builder |
timeUpdated(Date timeUpdated)
The date and time the database security configuration was last updated, in the format
defined by RFC3339.
|
public DatabaseSecurityConfigSummary.Builder id(String id)
The OCID of the database security config.
id
- the value to setpublic DatabaseSecurityConfigSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the database security config.
compartmentId
- the value to setpublic DatabaseSecurityConfigSummary.Builder displayName(String displayName)
The display name of the database security config.
displayName
- the value to setpublic DatabaseSecurityConfigSummary.Builder description(String description)
The description of the database security config.
description
- the value to setpublic DatabaseSecurityConfigSummary.Builder targetId(String targetId)
The target OCID corresponding to the database security config.
targetId
- the value to setpublic DatabaseSecurityConfigSummary.Builder timeCreated(Date timeCreated)
The time that the database security config was created, in the format defined by RFC3339.
timeCreated
- the value to setpublic DatabaseSecurityConfigSummary.Builder timeUpdated(Date timeUpdated)
The date and time the database security configuration was last updated, in the format defined by RFC3339.
timeUpdated
- the value to setpublic DatabaseSecurityConfigSummary.Builder timeLastRefreshed(Date timeLastRefreshed)
The last date and time the database security config was refreshed, in the format defined by RFC3339.
timeLastRefreshed
- the value to setpublic DatabaseSecurityConfigSummary.Builder lifecycleState(DatabaseSecurityConfigLifecycleState lifecycleState)
The current state of the database security config.
lifecycleState
- the value to setpublic DatabaseSecurityConfigSummary.Builder lifecycleDetails(String lifecycleDetails)
Details about the current state of the database security config in Data Safe.
lifecycleDetails
- the value to setpublic DatabaseSecurityConfigSummary.Builder sqlFirewallConfig(SqlFirewallConfig sqlFirewallConfig)
public DatabaseSecurityConfigSummary.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic DatabaseSecurityConfigSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic DatabaseSecurityConfigSummary build()
public DatabaseSecurityConfigSummary.Builder copy(DatabaseSecurityConfigSummary model)
Copyright © 2016–2024. All rights reserved.