public static class CreateSecurityRecipeDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateSecurityRecipeDetails |
build() |
CreateSecurityRecipeDetails.Builder |
compartmentId(String compartmentId)
The OCID of the compartment in which to create the recipe
|
CreateSecurityRecipeDetails.Builder |
copy(CreateSecurityRecipeDetails model) |
CreateSecurityRecipeDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateSecurityRecipeDetails.Builder |
description(String description)
The recipe’s description
|
CreateSecurityRecipeDetails.Builder |
displayName(String displayName)
The recipe’s display name.
|
CreateSecurityRecipeDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
CreateSecurityRecipeDetails.Builder |
securityPolicies(List<String> securityPolicies)
The list of security policy IDs to include in the recipe
|
public CreateSecurityRecipeDetails.Builder displayName(String displayName)
The recipe’s display name.
Avoid entering confidential information.
displayName
- the value to setpublic CreateSecurityRecipeDetails.Builder description(String description)
The recipe’s description
description
- the value to setpublic CreateSecurityRecipeDetails.Builder securityPolicies(List<String> securityPolicies)
The list of security policy IDs to include in the recipe
securityPolicies
- the value to setpublic CreateSecurityRecipeDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment in which to create the recipe
compartmentId
- the value to setpublic CreateSecurityRecipeDetails.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 CreateSecurityRecipeDetails.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 CreateSecurityRecipeDetails build()
public CreateSecurityRecipeDetails.Builder copy(CreateSecurityRecipeDetails model)
Copyright © 2016–2024. All rights reserved.