public static final class ListTLSCipherPoliciesResponseBody.TLSCipherPolicies.Builder extends Object
public ListTLSCipherPoliciesResponseBody.TLSCipherPolicies.Builder ciphers(List<String> ciphers)
The cipher suites supported by the TLS version.
TLS 1.0 and TLS 1.1 support the following cipher suites:
TLS 1.2 supports the following cipher suites:
TLS 1.3 supports the following cipher suites:
public ListTLSCipherPoliciesResponseBody.TLSCipherPolicies.Builder createTime(Long createTime)
The timestamp generated when the TLS policy is created.
example:1608273800000
public ListTLSCipherPoliciesResponseBody.TLSCipherPolicies.Builder instanceId(String instanceId)
The ID of the TLS policy.
example:tls-bp17elso1h323r****
public ListTLSCipherPoliciesResponseBody.TLSCipherPolicies.Builder name(String name)
The name of the TLS policy.
example:TLSPolicy-test****
public ListTLSCipherPoliciesResponseBody.TLSCipherPolicies.Builder relateListeners(List<ListTLSCipherPoliciesResponseBody.RelateListeners> relateListeners)
The list of associated listeners.
public ListTLSCipherPoliciesResponseBody.TLSCipherPolicies.Builder status(String status)
The status of the TLS policy. Valid values:
normal
public ListTLSCipherPoliciesResponseBody.TLSCipherPolicies.Builder TLSVersions(List<String> TLSVersions)
The version of the TLS protocol.
public ListTLSCipherPoliciesResponseBody.TLSCipherPolicies build()
Copyright © 2026. All rights reserved.