public static final class CreateTLSCipherPolicyRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
CreateTLSCipherPolicyRequest |
build() |
CreateTLSCipherPolicyRequest.Builder |
ciphers(List<String> ciphers)
The supported cipher suites, which are determined by the TLS protocol version.
|
CreateTLSCipherPolicyRequest.Builder |
name(String name)
The name of the TLS policy.
|
CreateTLSCipherPolicyRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
CreateTLSCipherPolicyRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
CreateTLSCipherPolicyRequest.Builder |
regionId(String regionId)
The ID of the region where the Server Load Balancer (SLB) instance is created.
|
CreateTLSCipherPolicyRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
CreateTLSCipherPolicyRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
CreateTLSCipherPolicyRequest.Builder |
TLSVersions(List<String> TLSVersions)
The version of the TLS protocol.
|
public CreateTLSCipherPolicyRequest.Builder ciphers(List<String> ciphers)
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 CreateTLSCipherPolicyRequest.Builder name(String name)
public CreateTLSCipherPolicyRequest.Builder ownerAccount(String ownerAccount)
public CreateTLSCipherPolicyRequest.Builder ownerId(Long ownerId)
public CreateTLSCipherPolicyRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public CreateTLSCipherPolicyRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public CreateTLSCipherPolicyRequest.Builder resourceOwnerId(Long resourceOwnerId)
public CreateTLSCipherPolicyRequest.Builder TLSVersions(List<String> TLSVersions)
public CreateTLSCipherPolicyRequest build()
Copyright © 2024. All rights reserved.