public static class UpdateWaasPolicyDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateWaasPolicyDetails.Builder displayName(String displayName)
A user-friendly name for the WAAS policy. The name can be changed and does not need to be unique.
displayName
- the value to setpublic UpdateWaasPolicyDetails.Builder additionalDomains(List<String> additionalDomains)
An array of additional domains protected by this WAAS policy.
additionalDomains
- the value to setpublic UpdateWaasPolicyDetails.Builder origins(Map<String,Origin> origins)
A map of host to origin for the web application. The key should be a customer friendly name for the host, ex. primary, secondary, etc.
origins
- the value to setpublic UpdateWaasPolicyDetails.Builder originGroups(Map<String,OriginGroup> originGroups)
The map of origin groups and their keys used to associate origins to the wafConfig
. Origin groups allow you to apply weights to groups of origins for load
balancing purposes. Origins with higher weights will receive larger proportions of client
requests. To add additional origins to your WAAS policy, update the origins
field
of a UpdateWaasPolicy
request.
originGroups
- the value to setpublic UpdateWaasPolicyDetails.Builder policyConfig(PolicyConfig policyConfig)
public UpdateWaasPolicyDetails.Builder wafConfig(WafConfig wafConfig)
public UpdateWaasPolicyDetails.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 UpdateWaasPolicyDetails.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 UpdateWaasPolicyDetails build()
public UpdateWaasPolicyDetails.Builder copy(UpdateWaasPolicyDetails model)
Copyright © 2016–2024. All rights reserved.