public static class SecurityPolicyDeploymentSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SecurityPolicyDeploymentSummary |
build() |
SecurityPolicyDeploymentSummary.Builder |
compartmentId(String compartmentId)
The OCID of the compartment containing the security policy deployment.
|
SecurityPolicyDeploymentSummary.Builder |
copy(SecurityPolicyDeploymentSummary model) |
SecurityPolicyDeploymentSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
SecurityPolicyDeploymentSummary.Builder |
description(String description)
The description of the security policy deployment.
|
SecurityPolicyDeploymentSummary.Builder |
displayName(String displayName)
The display name of the security policy deployment.
|
SecurityPolicyDeploymentSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
SecurityPolicyDeploymentSummary.Builder |
id(String id)
The OCID of the security policy deployment.
|
SecurityPolicyDeploymentSummary.Builder |
lifecycleDetails(String lifecycleDetails)
Details about the current state of the security policy deployment in Data Safe.
|
SecurityPolicyDeploymentSummary.Builder |
lifecycleState(SecurityPolicyDeploymentLifecycleState lifecycleState)
The current state of the security policy deployment.
|
SecurityPolicyDeploymentSummary.Builder |
securityPolicyId(String securityPolicyId)
The OCID of the security policy corresponding to the security policy deployment.
|
SecurityPolicyDeploymentSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
SecurityPolicyDeploymentSummary.Builder |
targetId(String targetId)
The OCID of the target where the security policy is deployed.
|
SecurityPolicyDeploymentSummary.Builder |
timeCreated(Date timeCreated)
The time that the security policy deployment was created, in the format defined by
RFC3339.
|
SecurityPolicyDeploymentSummary.Builder |
timeUpdated(Date timeUpdated)
The last date and time the security policy deployment was updated, in the format defined
by RFC3339.
|
public SecurityPolicyDeploymentSummary.Builder id(String id)
The OCID of the security policy deployment.
id
- the value to setpublic SecurityPolicyDeploymentSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the security policy deployment.
compartmentId
- the value to setpublic SecurityPolicyDeploymentSummary.Builder displayName(String displayName)
The display name of the security policy deployment.
displayName
- the value to setpublic SecurityPolicyDeploymentSummary.Builder description(String description)
The description of the security policy deployment.
description
- the value to setpublic SecurityPolicyDeploymentSummary.Builder targetId(String targetId)
The OCID of the target where the security policy is deployed.
targetId
- the value to setpublic SecurityPolicyDeploymentSummary.Builder securityPolicyId(String securityPolicyId)
The OCID of the security policy corresponding to the security policy deployment.
securityPolicyId
- the value to setpublic SecurityPolicyDeploymentSummary.Builder timeCreated(Date timeCreated)
The time that the security policy deployment was created, in the format defined by RFC3339.
timeCreated
- the value to setpublic SecurityPolicyDeploymentSummary.Builder timeUpdated(Date timeUpdated)
The last date and time the security policy deployment was updated, in the format defined by RFC3339.
timeUpdated
- the value to setpublic SecurityPolicyDeploymentSummary.Builder lifecycleState(SecurityPolicyDeploymentLifecycleState lifecycleState)
The current state of the security policy deployment.
lifecycleState
- the value to setpublic SecurityPolicyDeploymentSummary.Builder lifecycleDetails(String lifecycleDetails)
Details about the current state of the security policy deployment in Data Safe.
lifecycleDetails
- the value to setpublic SecurityPolicyDeploymentSummary.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 SecurityPolicyDeploymentSummary.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 SecurityPolicyDeploymentSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace. For more
information, see Resource Tags. Example: {"orcl-cloud": {"free-tier-retained":
"true"}}
systemTags
- the value to setpublic SecurityPolicyDeploymentSummary build()
public SecurityPolicyDeploymentSummary.Builder copy(SecurityPolicyDeploymentSummary model)
Copyright © 2016–2024. All rights reserved.