Package org.jclouds.ultradns.ws.domain
Class TrafficControllerPoolRecordDetail.Builder
java.lang.Object
org.jclouds.ultradns.ws.domain.TrafficControllerPoolRecordDetail.Builder
- Enclosing class:
TrafficControllerPoolRecordDetail
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
description
(String description) forceAnswer
(String forceAnswer) priority
(int priority) probingEnabled
(boolean probingEnabled) record
(TrafficControllerPoolRecord record) serving
(boolean serving) weight
(int weight)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
- See Also:
-
poolId
- See Also:
-
record
- See Also:
-
weight
- See Also:
-
priority
- See Also:
-
forceAnswer
- See Also:
-
probingEnabled
- See Also:
-
status
public TrafficControllerPoolRecordDetail.Builder status(TrafficControllerPoolRecordDetail.Status status) - See Also:
-
serving
- See Also:
-
description
- See Also:
-
build
-
from
-