| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.rest |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCloudControllerRestClientFactory |
ImmutableCloudControllerRestClientFactory.Builder.build()
Builds a new
ImmutableCloudControllerRestClientFactory. |
static ImmutableCloudControllerRestClientFactory |
ImmutableCloudControllerRestClientFactory.copyOf(CloudControllerRestClientFactory instance)
Creates an immutable copy of a
CloudControllerRestClientFactory value. |
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(java.time.Duration value)
Copy the current immutable object by setting a present value for the optional
connectTimeout attribute. |
ImmutableCloudControllerRestClientFactory |
ImmutableCloudControllerRestClientFactory.withConnectTimeout(Optional<? extends java.time.Duration> optional)
Copy the current immutable object by setting an optional value for the
connectTimeout attribute. |
ImmutableCloudControllerRestClientFactory |
ImmutableCloudControllerRestClientFactory.withHttpProxyConfiguration(HttpProxyConfiguration value)
Copy the current immutable object by setting a value for the
httpProxyConfiguration attribute. |
ImmutableCloudControllerRestClientFactory |
ImmutableCloudControllerRestClientFactory.withShouldTrustSelfSignedCertificates(boolean value)
Copy the current immutable object by setting a value for the
shouldTrustSelfSignedCertificates attribute. |
ImmutableCloudControllerRestClientFactory |
ImmutableCloudControllerRestClientFactory.withSslHandshakeTimeout(java.time.Duration value)
Copy the current immutable object by setting a present value for the optional
sslHandshakeTimeout attribute. |
ImmutableCloudControllerRestClientFactory |
ImmutableCloudControllerRestClientFactory.withSslHandshakeTimeout(Optional<? extends java.time.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. |
Copyright © 2020 SAP SE. All rights reserved.