Class GetSubnetAllocationPool.Builder
- java.lang.Object
-
- com.pulumi.openstack.networking.outputs.GetSubnetAllocationPool.Builder
-
- Enclosing class:
- GetSubnetAllocationPool
public static final class GetSubnetAllocationPool.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()Builder(GetSubnetAllocationPool defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetSubnetAllocationPoolbuild()GetSubnetAllocationPool.Builderend(java.lang.String end)GetSubnetAllocationPool.Builderstart(java.lang.String start)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetSubnetAllocationPool defaults)
-
-
Method Detail
-
end
public GetSubnetAllocationPool.Builder end(java.lang.String end)
-
start
public GetSubnetAllocationPool.Builder start(java.lang.String start)
-
build
public GetSubnetAllocationPool build()
-
-