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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgeSubnet
build()
EdgeSubnet.Builder
cidr(String cidr)
An edge node subnet.EdgeSubnet.Builder
copy(EdgeSubnet model)
EdgeSubnet.Builder
region(String region)
The name of the region containing the indicated subnet.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.
-
-
-
Method Detail
-
cidr
public 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
-
timeModified
public 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
-
region
public EdgeSubnet.Builder region(String region)
The name of the region containing the indicated subnet.- Parameters:
region
- the value to set- Returns:
- this builder
-
build
public EdgeSubnet build()
-
copy
public EdgeSubnet.Builder copy(EdgeSubnet model)
-
-