public static class AddressListSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AddressListSummary.Builder |
addressCount(BigDecimal addressCount)
The total number of unique IP addresses in the address list.
|
AddressListSummary |
build() |
AddressListSummary.Builder |
compartmentId(String compartmentId)
The OCID of the
address list’s compartment.
|
AddressListSummary.Builder |
copy(AddressListSummary model) |
AddressListSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
AddressListSummary.Builder |
displayName(String displayName)
The user-friendly name of the address list.
|
AddressListSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
AddressListSummary.Builder |
id(String id)
The OCID of the
address list.
|
AddressListSummary.Builder |
lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the address list.
|
AddressListSummary.Builder |
timeCreated(Date timeCreated)
The date and time the address list was created, in the format defined by RFC3339.
|
public AddressListSummary.Builder id(String id)
The OCID of the address list.
id
- the value to setpublic AddressListSummary.Builder compartmentId(String compartmentId)
The OCID of the address list’s compartment.
compartmentId
- the value to setpublic AddressListSummary.Builder displayName(String displayName)
The user-friendly name of the address list.
displayName
- the value to setpublic AddressListSummary.Builder addressCount(BigDecimal addressCount)
The total number of unique IP addresses in the address list.
addressCount
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic AddressListSummary.Builder lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the address list.
lifecycleState
- the value to setpublic AddressListSummary.Builder timeCreated(Date timeCreated)
The date and time the address list was created, in the format defined by RFC3339.
timeCreated
- the value to setpublic AddressListSummary build()
public AddressListSummary.Builder copy(AddressListSummary model)
Copyright © 2016–2024. All rights reserved.