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