Interface LoadBalancerTlsPolicy.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LoadBalancerTlsPolicy.Builder,
,LoadBalancerTlsPolicy> SdkBuilder<LoadBalancerTlsPolicy.Builder,
,LoadBalancerTlsPolicy> SdkPojo
- Enclosing class:
LoadBalancerTlsPolicy
@Mutable
@NotThreadSafe
public static interface LoadBalancerTlsPolicy.Builder
extends SdkPojo, CopyableBuilder<LoadBalancerTlsPolicy.Builder,LoadBalancerTlsPolicy>
-
Method Summary
Modifier and TypeMethodDescriptionThe ciphers used by the TLS security policy.ciphers
(Collection<String> ciphers) The ciphers used by the TLS security policy.description
(String description) The description of the TLS security policy.A Boolean value that indicates whether the TLS security policy is the default.The name of the TLS security policy.The protocols used in a given TLS security policy.protocols
(Collection<String> protocols) The protocols used in a given TLS security policy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the TLS security policy.
- Parameters:
name
- The name of the TLS security policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isDefault
A Boolean value that indicates whether the TLS security policy is the default.
- Parameters:
isDefault
- A Boolean value that indicates whether the TLS security policy is the default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the TLS security policy.
- Parameters:
description
- The description of the TLS security policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocols
The protocols used in a given TLS security policy.
- Parameters:
protocols
- The protocols used in a given TLS security policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocols
The protocols used in a given TLS security policy.
- Parameters:
protocols
- The protocols used in a given TLS security policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ciphers
The ciphers used by the TLS security policy.
The ciphers are listed in order of preference.
- Parameters:
ciphers
- The ciphers used by the TLS security policy.The ciphers are listed in order of preference.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ciphers
The ciphers used by the TLS security policy.
The ciphers are listed in order of preference.
- Parameters:
ciphers
- The ciphers used by the TLS security policy.The ciphers are listed in order of preference.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-