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