public static class CreateSecurityPolicyDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateSecurityPolicyDetails.Builder friendlyName(String friendlyName)
Short version of security policy name
friendlyName
- the value to setpublic CreateSecurityPolicyDetails.Builder displayName(String displayName)
Security policy display name
displayName
- the value to setpublic CreateSecurityPolicyDetails.Builder description(String description)
Security policy description
description
- the value to setpublic CreateSecurityPolicyDetails.Builder category(String category)
The category of the security policy
category
- the value to setpublic CreateSecurityPolicyDetails.Builder services(List<String> services)
The list of services for the security policy
services
- the value to setpublic CreateSecurityPolicyDetails.Builder compartmentId(String compartmentId)
Compartment OCID
compartmentId
- the value to setpublic CreateSecurityPolicyDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
Avoid entering confidential information.
freeformTags
- the value to setpublic CreateSecurityPolicyDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic CreateSecurityPolicyDetails build()
public CreateSecurityPolicyDetails.Builder copy(CreateSecurityPolicyDetails model)
Copyright © 2016–2024. All rights reserved.