public static class WaasPolicySummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
WaasPolicySummary |
build() |
WaasPolicySummary.Builder |
compartmentId(String compartmentId)
The OCID of the
WAAS policy’s compartment.
|
WaasPolicySummary.Builder |
copy(WaasPolicySummary model) |
WaasPolicySummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
WaasPolicySummary.Builder |
displayName(String displayName)
The user-friendly name of the WAAS policy.
|
WaasPolicySummary.Builder |
domain(String domain)
The web application domain that the WAAS policy protects.
|
WaasPolicySummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
WaasPolicySummary.Builder |
id(String id)
The OCID of the
WAAS policy.
|
WaasPolicySummary.Builder |
lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the WAAS policy.
|
WaasPolicySummary.Builder |
timeCreated(Date timeCreated)
The date and time the policy was created, expressed in RFC 3339 timestamp format.
|
public WaasPolicySummary.Builder id(String id)
The OCID of the WAAS policy.
id
- the value to setpublic WaasPolicySummary.Builder compartmentId(String compartmentId)
The OCID of the WAAS policy’s compartment.
compartmentId
- the value to setpublic WaasPolicySummary.Builder displayName(String displayName)
The user-friendly name of the WAAS policy. The name can be changed and does not need to be unique.
displayName
- the value to setpublic WaasPolicySummary.Builder domain(String domain)
The web application domain that the WAAS policy protects.
domain
- the value to setpublic WaasPolicySummary.Builder lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the WAAS policy.
lifecycleState
- the value to setpublic WaasPolicySummary.Builder timeCreated(Date timeCreated)
The date and time the policy was created, expressed in RFC 3339 timestamp format.
timeCreated
- the value to setpublic WaasPolicySummary.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 WaasPolicySummary.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 WaasPolicySummary build()
public WaasPolicySummary.Builder copy(WaasPolicySummary model)
Copyright © 2016–2024. All rights reserved.