public static interface SslPolicy.Builder extends SdkPojo, CopyableBuilder<SslPolicy.Builder,SslPolicy>
| Modifier and Type | Method and Description |
|---|---|
SslPolicy.Builder |
ciphers(Cipher... ciphers)
The ciphers.
|
SslPolicy.Builder |
ciphers(Collection<Cipher> ciphers)
The ciphers.
|
SslPolicy.Builder |
ciphers(Consumer<Cipher.Builder>... ciphers)
The ciphers.
|
SslPolicy.Builder |
name(String name)
The name of the policy.
|
SslPolicy.Builder |
sslProtocols(Collection<String> sslProtocols)
The protocols.
|
SslPolicy.Builder |
sslProtocols(String... sslProtocols)
The protocols.
|
SslPolicy.Builder |
supportedLoadBalancerTypes(Collection<String> supportedLoadBalancerTypes)
The supported load balancers.
|
SslPolicy.Builder |
supportedLoadBalancerTypes(String... supportedLoadBalancerTypes)
The supported load balancers.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSslPolicy.Builder sslProtocols(Collection<String> sslProtocols)
The protocols.
sslProtocols - The protocols.SslPolicy.Builder sslProtocols(String... sslProtocols)
The protocols.
sslProtocols - The protocols.SslPolicy.Builder ciphers(Collection<Cipher> ciphers)
The ciphers.
ciphers - The ciphers.SslPolicy.Builder ciphers(Cipher... ciphers)
The ciphers.
ciphers - The ciphers.SslPolicy.Builder ciphers(Consumer<Cipher.Builder>... ciphers)
The ciphers.
This is a convenience method that creates an instance of theCipher.Builder avoiding the need to
create one manually via Cipher.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #ciphers(List.
ciphers - a consumer that will call methods on
Cipher.Builder#ciphers(java.util.Collection) SslPolicy.Builder name(String name)
The name of the policy.
name - The name of the policy.SslPolicy.Builder supportedLoadBalancerTypes(Collection<String> supportedLoadBalancerTypes)
The supported load balancers.
supportedLoadBalancerTypes - The supported load balancers.SslPolicy.Builder supportedLoadBalancerTypes(String... supportedLoadBalancerTypes)
The supported load balancers.
supportedLoadBalancerTypes - The supported load balancers.Copyright © 2023. All rights reserved.