public static class OriginGroup_origins.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OriginGroup_origins |
build() |
OriginGroup_origins.Builder |
copy(OriginGroup_origins model) |
OriginGroup_origins.Builder |
origin(String origin)
The IP address or CIDR notation of the origin server.
|
OriginGroup_origins.Builder |
weight(Integer weight)
The weight of the origin used in load balancing.
|
public OriginGroup_origins.Builder origin(String origin)
The IP address or CIDR notation of the origin server.
origin
- the value to setpublic OriginGroup_origins.Builder weight(Integer weight)
The weight of the origin used in load balancing. Origins with higher weights will receive larger proportions of client requests.
weight
- the value to setpublic OriginGroup_origins build()
public OriginGroup_origins.Builder copy(OriginGroup_origins model)
Copyright © 2016–2024. All rights reserved.