Package com.oracle.bmc.waas.model
Class EdgeSubnet.Builder
- java.lang.Object
- 
- com.oracle.bmc.waas.model.EdgeSubnet.Builder
 
- 
- Enclosing class:
- EdgeSubnet
 
 public static class EdgeSubnet.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgeSubnetbuild()EdgeSubnet.Buildercidr(String cidr)An edge node subnet.EdgeSubnet.Buildercopy(EdgeSubnet model)EdgeSubnet.Builderregion(String region)The name of the region containing the indicated subnet.EdgeSubnet.BuildertimeModified(Date timeModified)The date and time the last change was made to the indicated edge node subnet, expressed in RFC 3339 timestamp format.
 
- 
- 
- 
Method Detail- 
cidrpublic EdgeSubnet.Builder cidr(String cidr) An edge node subnet.This can include /24 or /8 addresses. - Parameters:
- cidr- the value to set
- Returns:
- this builder
 
 - 
timeModifiedpublic EdgeSubnet.Builder timeModified(Date timeModified) The date and time the last change was made to the indicated edge node subnet, expressed in RFC 3339 timestamp format.- Parameters:
- timeModified- the value to set
- Returns:
- this builder
 
 - 
regionpublic EdgeSubnet.Builder region(String region) The name of the region containing the indicated subnet.- Parameters:
- region- the value to set
- Returns:
- this builder
 
 - 
buildpublic EdgeSubnet build() 
 - 
copypublic EdgeSubnet.Builder copy(EdgeSubnet model) 
 
- 
 
-