public static final class SetTLSCipherPolicyAttributeRequest.Builder extends Object
public SetTLSCipherPolicyAttributeRequest.Builder ciphers(List<String> ciphers)
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: * ECDHE-ECDSA-AES128-SHA * ECDHE-ECDSA-AES256-SHA * ECDHE-RSA-AES128-SHA * ECDHE-RSA-AES256-SHA * AES128-SHA AES256-SHA * DES-CBC3-SHA TLS 1.2 supports the following cipher suites: * ECDHE-ECDSA-AES128-SHA * ECDHE-ECDSA-AES256-SHA * ECDHE-RSA-AES128-SHA * ECDHE-RSA-AES256-SHA * AES128-SHA AES256-SHA * DES-CBC3-SHA * ECDHE-ECDSA-AES128-GCM-SHA256 * ECDHE-ECDSA-AES256-GCM-SHA384 * ECDHE-ECDSA-AES128-SHA256 * ECDHE-ECDSA-AES256-SHA384 * ECDHE-RSA-AES128-GCM-SHA256 * ECDHE-RSA-AES256-GCM-SHA384 * ECDHE-RSA-AES128-SHA256 * ECDHE-RSA-AES256-SHA384 * AES128-GCM-SHA256 * AES256-GCM-SHA384 * AES128-SHA256 AES256-SHA256 TLS 1.3 supports the following cipher suites: * TLS_AES\_128\_GCM_SHA256 * TLS_AES\_256\_GCM_SHA384 * TLS_CHACHA20\_POLY1305\_SHA256 * TLS_AES\_128\_CCM_SHA256 * TLS_AES\_128\_CCM\_8\_SHA256
public SetTLSCipherPolicyAttributeRequest.Builder name(String name)
public SetTLSCipherPolicyAttributeRequest.Builder ownerAccount(String ownerAccount)
public SetTLSCipherPolicyAttributeRequest.Builder ownerId(Long ownerId)
public SetTLSCipherPolicyAttributeRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public SetTLSCipherPolicyAttributeRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public SetTLSCipherPolicyAttributeRequest.Builder resourceOwnerId(Long resourceOwnerId)
public SetTLSCipherPolicyAttributeRequest.Builder TLSCipherPolicyId(String TLSCipherPolicyId)
public SetTLSCipherPolicyAttributeRequest.Builder TLSVersions(List<String> TLSVersions)
public SetTLSCipherPolicyAttributeRequest build()
Copyright © 2024. All rights reserved.