Package com.oracle.bmc.waas.model
Class WaasPolicySummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.waas.model.WaasPolicySummary.Builder
 
- 
- Enclosing class:
- WaasPolicySummary
 
 public static class WaasPolicySummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WaasPolicySummarybuild()WaasPolicySummary.BuildercompartmentId(String compartmentId)The OCID of the WAAS policy’s compartment.WaasPolicySummary.Buildercopy(WaasPolicySummary model)WaasPolicySummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.WaasPolicySummary.BuilderdisplayName(String displayName)The user-friendly name of the WAAS policy.WaasPolicySummary.Builderdomain(String domain)The web application domain that the WAAS policy protects.WaasPolicySummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.WaasPolicySummary.Builderid(String id)The OCID of the WAAS policy.WaasPolicySummary.BuilderlifecycleState(LifecycleStates lifecycleState)The current lifecycle state of the WAAS policy.WaasPolicySummary.BuildertimeCreated(Date timeCreated)The date and time the policy was created, expressed in RFC 3339 timestamp format.
 
- 
- 
- 
Method Detail- 
idpublic WaasPolicySummary.Builder id(String id) The OCID of the WAAS policy.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic WaasPolicySummary.Builder compartmentId(String compartmentId) The OCID of the WAAS policy’s compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic 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. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
domainpublic WaasPolicySummary.Builder domain(String domain) The web application domain that the WAAS policy protects.- Parameters:
- domain- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic WaasPolicySummary.Builder lifecycleState(LifecycleStates lifecycleState) The current lifecycle state of the WAAS policy.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic WaasPolicySummary.Builder timeCreated(Date timeCreated) The date and time the policy was created, expressed in RFC 3339 timestamp format.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic 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"} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic 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"}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic WaasPolicySummary build() 
 - 
copypublic WaasPolicySummary.Builder copy(WaasPolicySummary model) 
 
- 
 
-