public static final class SetTLSCipherPolicyAttributeRequest.Builder extends Object
public SetTLSCipherPolicyAttributeRequest.Builder ciphers(List<String> ciphers)
The cipher suites supported by the TLS version.
The specified cipher suites must be supported by at least one TLS protocol version that you specify. For example, if you set the TLSVersions parameter to TLSv1.3, you must specify cipher suites that are supported by this protocol 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:
This parameter is required.
example:DES-CBC3-SHA
public SetTLSCipherPolicyAttributeRequest.Builder name(String name)
The name of the TLS policy. The name must be 2 to 128 characters in length and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
This parameter is required.
example:tls-policy*****-test
public SetTLSCipherPolicyAttributeRequest.Builder ownerAccount(String ownerAccount)
public SetTLSCipherPolicyAttributeRequest.Builder ownerId(Long ownerId)
public SetTLSCipherPolicyAttributeRequest.Builder regionId(String regionId)
The ID of the region where the Server Load Balancer (SLB) instance is deployed.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
public SetTLSCipherPolicyAttributeRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public SetTLSCipherPolicyAttributeRequest.Builder resourceOwnerId(Long resourceOwnerId)
public SetTLSCipherPolicyAttributeRequest.Builder TLSCipherPolicyId(String TLSCipherPolicyId)
The ID of the TLS policy.
This parameter is required.
example:tls-bp1lp2076qx4e******bridp
public SetTLSCipherPolicyAttributeRequest.Builder TLSVersions(List<String> TLSVersions)
The version of the TLS protocol. Valid values: TLSv1.0, TLSv1.1, TLSv1.2, and TLSv1.3.
This parameter is required.
example:TLSv1.0
public SetTLSCipherPolicyAttributeRequest build()
Copyright © 2026. All rights reserved.