public static final class ListTLSCipherPoliciesResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListTLSCipherPoliciesResponseBody |
build() |
ListTLSCipherPoliciesResponseBody.Builder |
isTruncated(Boolean isTruncated)
Indicates whether the current page is the last page.
|
ListTLSCipherPoliciesResponseBody.Builder |
nextToken(String nextToken)
The token that is used for the next query.
|
ListTLSCipherPoliciesResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
ListTLSCipherPoliciesResponseBody.Builder |
TLSCipherPolicies(List<ListTLSCipherPoliciesResponseBody.TLSCipherPolicies> TLSCipherPolicies)
The list of TLS policies.
|
ListTLSCipherPoliciesResponseBody.Builder |
totalCount(Integer totalCount)
The total number of TLS policies returned.
|
public ListTLSCipherPoliciesResponseBody.Builder isTruncated(Boolean isTruncated)
Indicates whether the current page is the last page. Valid values:
false
public ListTLSCipherPoliciesResponseBody.Builder nextToken(String nextToken)
The token that is used for the next query. Valid values:
FFmyTO70tTpLG6I3FmYAXGKPd****
public ListTLSCipherPoliciesResponseBody.Builder requestId(String requestId)
The ID of the request.
example:CEF72CEB-54B6-4AE8-B225-F876FF7BA984
public ListTLSCipherPoliciesResponseBody.Builder TLSCipherPolicies(List<ListTLSCipherPoliciesResponseBody.TLSCipherPolicies> TLSCipherPolicies)
The list of TLS policies.
public ListTLSCipherPoliciesResponseBody.Builder totalCount(Integer totalCount)
The total number of TLS policies returned.
example:1000
public ListTLSCipherPoliciesResponseBody build()
Copyright © 2026. All rights reserved.