public static final class ListTLSCipherPoliciesRequest.Builder extends Object
public ListTLSCipherPoliciesRequest.Builder includeListener(Boolean includeListener)
Specifies whether to return the information about the associated listeners. Valid values:
false
public ListTLSCipherPoliciesRequest.Builder maxItems(Integer maxItems)
The maximum number of TLS policies to be queried in this call. Valid values: 1 to 100. If you do not set this parameter, the default value 20 is used.
example:20
public ListTLSCipherPoliciesRequest.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.
example:TLSPolicy-test****
public ListTLSCipherPoliciesRequest.Builder nextToken(String nextToken)
The token that is used for the next query. Valid values:
FFmyTO70tTpLG6I3FmYAXGKPd****
public ListTLSCipherPoliciesRequest.Builder ownerAccount(String ownerAccount)
public ListTLSCipherPoliciesRequest.Builder ownerId(Long ownerId)
public ListTLSCipherPoliciesRequest.Builder regionId(String regionId)
The ID of the region where the Classic Load Balancer (CLB) instance is deployed.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
public ListTLSCipherPoliciesRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ListTLSCipherPoliciesRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ListTLSCipherPoliciesRequest.Builder TLSCipherPolicyId(String TLSCipherPolicyId)
The ID of the TLS policy.
example:tls-bp17elso1h323r****
public ListTLSCipherPoliciesRequest build()
Copyright © 2026. All rights reserved.