public static final class ListTLSCipherPoliciesRequest.Builder extends Object
public ListTLSCipherPoliciesRequest.Builder includeListener(Boolean includeListener)
* **true**: returns the information about the associated listeners. * **false** (default): does not return the information about the associated listeners.
public ListTLSCipherPoliciesRequest.Builder maxItems(Integer maxItems)
public ListTLSCipherPoliciesRequest.Builder name(String name)
public ListTLSCipherPoliciesRequest.Builder nextToken(String nextToken)
* If this is your first query or no next query is to be sent, ignore this parameter. * If a next query is to be sent, set the value to the value of NextToken that is returned from the last call.
public ListTLSCipherPoliciesRequest.Builder ownerAccount(String ownerAccount)
public ListTLSCipherPoliciesRequest.Builder ownerId(Long ownerId)
public ListTLSCipherPoliciesRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public ListTLSCipherPoliciesRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ListTLSCipherPoliciesRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ListTLSCipherPoliciesRequest.Builder TLSCipherPolicyId(String TLSCipherPolicyId)
public ListTLSCipherPoliciesRequest build()
Copyright © 2024. All rights reserved.