public static class AppBundlePoolConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AppBundlePoolConfiguration |
build() |
AppBundlePoolConfiguration.Builder |
copy(AppBundlePoolConfiguration model) |
AppBundlePoolConfiguration.Builder |
maxIdle(Integer maxIdle)
Maximum number of connector instances in the pool that are idle and active.
|
AppBundlePoolConfiguration.Builder |
maxObjects(Integer maxObjects)
Maximum number of connector instances in the pool that are idle and active.
|
AppBundlePoolConfiguration.Builder |
maxWait(Integer maxWait)
Maximum time (in milliseconds) to wait for a free connector instance to become available
before failing.
|
AppBundlePoolConfiguration.Builder |
minEvictableIdleTimeMillis(Integer minEvictableIdleTimeMillis)
Minimum time (in milliseconds) to wait before evicting an idle conenctor instance from
the pool.
|
AppBundlePoolConfiguration.Builder |
minIdle(Integer minIdle)
Minimum number of idle connector instances in the pool.
|
public AppBundlePoolConfiguration.Builder maxIdle(Integer maxIdle)
Maximum number of connector instances in the pool that are idle and active.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: integer - uniqueness: none
maxIdle
- the value to setpublic AppBundlePoolConfiguration.Builder maxObjects(Integer maxObjects)
Maximum number of connector instances in the pool that are idle and active.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: integer - uniqueness: none
maxObjects
- the value to setpublic AppBundlePoolConfiguration.Builder maxWait(Integer maxWait)
Maximum time (in milliseconds) to wait for a free connector instance to become available before failing.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: integer - uniqueness: none
maxWait
- the value to setpublic AppBundlePoolConfiguration.Builder minEvictableIdleTimeMillis(Integer minEvictableIdleTimeMillis)
Minimum time (in milliseconds) to wait before evicting an idle conenctor instance from the pool.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: integer - uniqueness: none
minEvictableIdleTimeMillis
- the value to setpublic AppBundlePoolConfiguration.Builder minIdle(Integer minIdle)
Minimum number of idle connector instances in the pool.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: integer - uniqueness: none
minIdle
- the value to setpublic AppBundlePoolConfiguration build()
public AppBundlePoolConfiguration.Builder copy(AppBundlePoolConfiguration model)
Copyright © 2016–2024. All rights reserved.