Package com.oracle.bmc.waas.model
Class AddressListSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.waas.model.AddressListSummary.Builder
 
- 
- Enclosing class:
- AddressListSummary
 
 public static class AddressListSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressListSummary.BuilderaddressCount(BigDecimal addressCount)The total number of unique IP addresses in the address list.AddressListSummarybuild()AddressListSummary.BuildercompartmentId(String compartmentId)The OCID of the address list’s compartment.AddressListSummary.Buildercopy(AddressListSummary model)AddressListSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.AddressListSummary.BuilderdisplayName(String displayName)The user-friendly name of the address list.AddressListSummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.AddressListSummary.Builderid(String id)The OCID of the address list.AddressListSummary.BuilderlifecycleState(LifecycleStates lifecycleState)The current lifecycle state of the address list.AddressListSummary.BuildertimeCreated(Date timeCreated)The date and time the address list was created, in the format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
idpublic AddressListSummary.Builder id(String id) The OCID of the address list.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic AddressListSummary.Builder compartmentId(String compartmentId) The OCID of the address list’s compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic AddressListSummary.Builder displayName(String displayName) The user-friendly name of the address list.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
addressCountpublic AddressListSummary.Builder addressCount(BigDecimal addressCount) The total number of unique IP addresses in the address list.- Parameters:
- addressCount- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic AddressListSummary.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 AddressListSummary.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
 
 - 
lifecycleStatepublic AddressListSummary.Builder lifecycleState(LifecycleStates lifecycleState) The current lifecycle state of the address list.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic AddressListSummary.Builder timeCreated(Date timeCreated) The date and time the address list was created, in the format defined by RFC3339.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
buildpublic AddressListSummary build() 
 - 
copypublic AddressListSummary.Builder copy(AddressListSummary model) 
 
- 
 
-