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 SummaryAll 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- 
buildpublic GetPoolOptions build() Builds a GetPoolOptions.- Returns:
- the new GetPoolOptions instance
 
 - 
instanceIdpublic GetPoolOptions.Builder instanceId(String instanceId) Set the instanceId.- Parameters:
- instanceId- the instanceId
- Returns:
- the GetPoolOptions builder
 
 - 
poolIdpublic GetPoolOptions.Builder poolId(String poolId) Set the poolId.- Parameters:
- poolId- the poolId
- Returns:
- the GetPoolOptions builder
 
 - 
xCorrelationIdpublic GetPoolOptions.Builder xCorrelationId(String xCorrelationId) Set the xCorrelationId.- Parameters:
- xCorrelationId- the xCorrelationId
- Returns:
- the GetPoolOptions builder
 
 
- 
 
-