ImmutableCloudControllerRestClientFactory |
ImmutableCloudControllerRestClientFactory.Builder.build() |
|
static ImmutableCloudControllerRestClientFactory |
ImmutableCloudControllerRestClientFactory.copyOf(CloudControllerRestClientFactory instance) |
|
ImmutableCloudControllerRestClientFactory |
ImmutableCloudControllerRestClientFactory.withConnectionPoolSize(int value) |
Copy the current immutable object by setting a present value for the optional connectionPoolSize attribute.
|
ImmutableCloudControllerRestClientFactory |
ImmutableCloudControllerRestClientFactory.withConnectionPoolSize(Optional<Integer> optional) |
Copy the current immutable object by setting an optional value for the connectionPoolSize attribute.
|
ImmutableCloudControllerRestClientFactory |
ImmutableCloudControllerRestClientFactory.withConnectTimeout(Duration value) |
Copy the current immutable object by setting a present value for the optional connectTimeout attribute.
|
ImmutableCloudControllerRestClientFactory |
ImmutableCloudControllerRestClientFactory.withConnectTimeout(Optional<? extends Duration> optional) |
Copy the current immutable object by setting an optional value for the connectTimeout attribute.
|
ImmutableCloudControllerRestClientFactory |
ImmutableCloudControllerRestClientFactory.withResponseTimeout(Duration value) |
Copy the current immutable object by setting a present value for the optional responseTimeout attribute.
|
ImmutableCloudControllerRestClientFactory |
ImmutableCloudControllerRestClientFactory.withResponseTimeout(Optional<? extends Duration> optional) |
Copy the current immutable object by setting an optional value for the responseTimeout attribute.
|
ImmutableCloudControllerRestClientFactory |
ImmutableCloudControllerRestClientFactory.withShouldTrustSelfSignedCertificates(boolean value) |
|
ImmutableCloudControllerRestClientFactory |
ImmutableCloudControllerRestClientFactory.withSslHandshakeTimeout(Duration value) |
Copy the current immutable object by setting a present value for the optional sslHandshakeTimeout attribute.
|
ImmutableCloudControllerRestClientFactory |
ImmutableCloudControllerRestClientFactory.withSslHandshakeTimeout(Optional<? extends Duration> optional) |
Copy the current immutable object by setting an optional value for the sslHandshakeTimeout attribute.
|
ImmutableCloudControllerRestClientFactory |
ImmutableCloudControllerRestClientFactory.withThreadPoolSize(int value) |
Copy the current immutable object by setting a present value for the optional threadPoolSize attribute.
|
ImmutableCloudControllerRestClientFactory |
ImmutableCloudControllerRestClientFactory.withThreadPoolSize(Optional<Integer> optional) |
Copy the current immutable object by setting an optional value for the threadPoolSize attribute.
|