Modifier and Type | Method and Description |
---|---|
Pool.CreatePool |
build() |
Pool.CreateBuilder |
protocol(Protocol protocol)
Provides the protocol for this Pool's Builder.
|
Pool.CreateBuilder |
provider(String provider)
Provides the provider for this Pool's Builder.
|
protected Pool.CreateBuilder |
self() |
Pool.CreateBuilder |
subnetId(String subnetId)
Provides the subnet id for this Pool's Builder.
|
Pool.CreateBuilder |
tenantId(String tenantId)
Provides the tenantId for this Pool's Builder.
|
public Pool.CreateBuilder tenantId(String tenantId)
Pool.getTenantId()
public Pool.CreateBuilder subnetId(String subnetId)
Pool.getSubnetId()
public Pool.CreateBuilder protocol(Protocol protocol)
Pool.getProtocol()
public Pool.CreateBuilder provider(String provider)
Pool.getProvider()
public Pool.CreatePool build()
protected Pool.CreateBuilder self()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.