public class AutoPoolSpecification extends Object
Constructor and Description |
---|
AutoPoolSpecification() |
Modifier and Type | Method and Description |
---|---|
String |
autoPoolIdPrefix()
Get the autoPoolIdPrefix value.
|
Boolean |
keepAlive()
Get the keepAlive value.
|
PoolSpecification |
pool()
Get the pool value.
|
PoolLifetimeOption |
poolLifetimeOption()
Get the poolLifetimeOption value.
|
AutoPoolSpecification |
withAutoPoolIdPrefix(String autoPoolIdPrefix)
Set the autoPoolIdPrefix value.
|
AutoPoolSpecification |
withKeepAlive(Boolean keepAlive)
Set the keepAlive value.
|
AutoPoolSpecification |
withPool(PoolSpecification pool)
Set the pool value.
|
AutoPoolSpecification |
withPoolLifetimeOption(PoolLifetimeOption poolLifetimeOption)
Set the poolLifetimeOption value.
|
public String autoPoolIdPrefix()
public AutoPoolSpecification withAutoPoolIdPrefix(String autoPoolIdPrefix)
autoPoolIdPrefix
- the autoPoolIdPrefix value to setpublic PoolLifetimeOption poolLifetimeOption()
public AutoPoolSpecification withPoolLifetimeOption(PoolLifetimeOption poolLifetimeOption)
poolLifetimeOption
- the poolLifetimeOption value to setpublic Boolean keepAlive()
public AutoPoolSpecification withKeepAlive(Boolean keepAlive)
keepAlive
- the keepAlive value to setpublic PoolSpecification pool()
public AutoPoolSpecification withPool(PoolSpecification pool)
pool
- the pool value to setCopyright © 2019. All rights reserved.