Package com.oracle.bmc.datasafe.model
Class SecurityFeatureSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.SecurityFeatureSummary.Builder
-
- Enclosing class:
- SecurityFeatureSummary
public static class SecurityFeatureSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
compartmentId
public SecurityFeatureSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
targetId
public SecurityFeatureSummary.Builder targetId(String targetId)
The OCID of the target database.- Parameters:
targetId
- the value to set- Returns:
- this builder
-
assessmentId
public SecurityFeatureSummary.Builder assessmentId(String assessmentId)
The OCID of the assessment that generates this security feature usage result.- Parameters:
assessmentId
- the value to set- Returns:
- this builder
-
unifiedAudit
public SecurityFeatureSummary.Builder unifiedAudit(SecurityFeatureSummary.UnifiedAudit unifiedAudit)
The usage of security feature - Unified Audit.- Parameters:
unifiedAudit
- the value to set- Returns:
- this builder
-
fineGrainedAudit
public SecurityFeatureSummary.Builder fineGrainedAudit(SecurityFeatureSummary.FineGrainedAudit fineGrainedAudit)
The usage of security feature - Fine Grained Audit.- Parameters:
fineGrainedAudit
- the value to set- Returns:
- this builder
-
traditionalAudit
public SecurityFeatureSummary.Builder traditionalAudit(SecurityFeatureSummary.TraditionalAudit traditionalAudit)
The usage of security feature - Traditional Audit.- Parameters:
traditionalAudit
- the value to set- Returns:
- this builder
-
databaseVault
public SecurityFeatureSummary.Builder databaseVault(SecurityFeatureSummary.DatabaseVault databaseVault)
The usage of security feature - Database Vault.- Parameters:
databaseVault
- the value to set- Returns:
- this builder
-
privilegeAnalysis
public SecurityFeatureSummary.Builder privilegeAnalysis(SecurityFeatureSummary.PrivilegeAnalysis privilegeAnalysis)
The usage of security feature - Privilege Analysis.- Parameters:
privilegeAnalysis
- the value to set- Returns:
- this builder
-
tablespaceEncryption
public SecurityFeatureSummary.Builder tablespaceEncryption(SecurityFeatureSummary.TablespaceEncryption tablespaceEncryption)
The usage of security feature - Tablespace Encryption.- Parameters:
tablespaceEncryption
- the value to set- Returns:
- this builder
-
columnEncryption
public SecurityFeatureSummary.Builder columnEncryption(SecurityFeatureSummary.ColumnEncryption columnEncryption)
The usage of security feature - Column Encryption.- Parameters:
columnEncryption
- the value to set- Returns:
- this builder
-
networkEncryption
public SecurityFeatureSummary.Builder networkEncryption(SecurityFeatureSummary.NetworkEncryption networkEncryption)
The usage of security feature - Network Encryption.- Parameters:
networkEncryption
- the value to set- Returns:
- this builder
-
passwordAuthentication
public SecurityFeatureSummary.Builder passwordAuthentication(SecurityFeatureSummary.PasswordAuthentication passwordAuthentication)
The usage of security feature - Password Authentication.- Parameters:
passwordAuthentication
- the value to set- Returns:
- this builder
-
globalAuthentication
public SecurityFeatureSummary.Builder globalAuthentication(SecurityFeatureSummary.GlobalAuthentication globalAuthentication)
The usage of security feature - Global Authentication.- Parameters:
globalAuthentication
- the value to set- Returns:
- this builder
-
externalAuthentication
public SecurityFeatureSummary.Builder externalAuthentication(SecurityFeatureSummary.ExternalAuthentication externalAuthentication)
The usage of security feature - External Authentication.- Parameters:
externalAuthentication
- the value to set- Returns:
- this builder
-
freeformTags
public SecurityFeatureSummary.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"}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public SecurityFeatureSummary.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”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public SecurityFeatureSummary build()
-
copy
public SecurityFeatureSummary.Builder copy(SecurityFeatureSummary model)
-
-