public static interface LoadBalancerTlsPolicy.Builder extends SdkPojo, CopyableBuilder<LoadBalancerTlsPolicy.Builder,LoadBalancerTlsPolicy>
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerTlsPolicy.Builder |
ciphers(Collection<String> ciphers)
The ciphers used by the TLS security policy.
|
LoadBalancerTlsPolicy.Builder |
ciphers(String... ciphers)
The ciphers used by the TLS security policy.
|
LoadBalancerTlsPolicy.Builder |
description(String description)
The description of the TLS security policy.
|
LoadBalancerTlsPolicy.Builder |
isDefault(Boolean isDefault)
A Boolean value that indicates whether the TLS security policy is the default.
|
LoadBalancerTlsPolicy.Builder |
name(String name)
The name of the TLS security policy.
|
LoadBalancerTlsPolicy.Builder |
protocols(Collection<String> protocols)
The protocols used in a given TLS security policy.
|
LoadBalancerTlsPolicy.Builder |
protocols(String... protocols)
The protocols used in a given TLS security policy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoadBalancerTlsPolicy.Builder name(String name)
The name of the TLS security policy.
name - The name of the TLS security policy.LoadBalancerTlsPolicy.Builder isDefault(Boolean isDefault)
A Boolean value that indicates whether the TLS security policy is the default.
isDefault - A Boolean value that indicates whether the TLS security policy is the default.LoadBalancerTlsPolicy.Builder description(String description)
The description of the TLS security policy.
description - The description of the TLS security policy.LoadBalancerTlsPolicy.Builder protocols(Collection<String> protocols)
The protocols used in a given TLS security policy.
protocols - The protocols used in a given TLS security policy.LoadBalancerTlsPolicy.Builder protocols(String... protocols)
The protocols used in a given TLS security policy.
protocols - The protocols used in a given TLS security policy.LoadBalancerTlsPolicy.Builder ciphers(Collection<String> ciphers)
The ciphers used by the TLS security policy.
The ciphers are listed in order of preference.
ciphers - The ciphers used by the TLS security policy.
The ciphers are listed in order of preference.
LoadBalancerTlsPolicy.Builder ciphers(String... ciphers)
The ciphers used by the TLS security policy.
The ciphers are listed in order of preference.
ciphers - The ciphers used by the TLS security policy.
The ciphers are listed in order of preference.
Copyright © 2022. All rights reserved.