Class GetLoadBalancerOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.networking.dns_svcs.v1.model.GetLoadBalancerOptions.Builder
-
- Enclosing class:
- GetLoadBalancerOptions
public static class GetLoadBalancerOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetLoadBalancerOptions
build()
Builds a GetLoadBalancerOptions.GetLoadBalancerOptions.Builder
dnszoneId(String dnszoneId)
Set the dnszoneId.GetLoadBalancerOptions.Builder
instanceId(String instanceId)
Set the instanceId.GetLoadBalancerOptions.Builder
lbId(String lbId)
Set the lbId.GetLoadBalancerOptions.Builder
xCorrelationId(String xCorrelationId)
Set the xCorrelationId.
-
-
-
Method Detail
-
build
public GetLoadBalancerOptions build()
Builds a GetLoadBalancerOptions.- Returns:
- the new GetLoadBalancerOptions instance
-
instanceId
public GetLoadBalancerOptions.Builder instanceId(String instanceId)
Set the instanceId.- Parameters:
instanceId
- the instanceId- Returns:
- the GetLoadBalancerOptions builder
-
dnszoneId
public GetLoadBalancerOptions.Builder dnszoneId(String dnszoneId)
Set the dnszoneId.- Parameters:
dnszoneId
- the dnszoneId- Returns:
- the GetLoadBalancerOptions builder
-
lbId
public GetLoadBalancerOptions.Builder lbId(String lbId)
Set the lbId.- Parameters:
lbId
- the lbId- Returns:
- the GetLoadBalancerOptions builder
-
xCorrelationId
public GetLoadBalancerOptions.Builder xCorrelationId(String xCorrelationId)
Set the xCorrelationId.- Parameters:
xCorrelationId
- the xCorrelationId- Returns:
- the GetLoadBalancerOptions builder
-
-