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