public static final class ListDhcpOptionsSetsRequest.Builder extends Object
public ListDhcpOptionsSetsRequest.Builder dhcpOptionsSetId(List<String> dhcpOptionsSetId)
public ListDhcpOptionsSetsRequest.Builder dhcpOptionsSetName(String dhcpOptionsSetName)
The name must be 1 to 128 characters in length and can contain digits, underscores (\_), and hyphens (-). It must start with a letter. Valid values: * tf-testAccVpcDhcpOptionsSets-1585169790614573448 : tf-testAccVpcDhcpOptionsSets-1585169790614573448 .
public ListDhcpOptionsSetsRequest.Builder domainName(String domainName)
After a DHCP options set is associated with a virtual private cloud (VPC), the root domain in the DHCP options set is automatically synchronized with the ECS instances in the VPC.
public ListDhcpOptionsSetsRequest.Builder maxResults(Integer maxResults)
public ListDhcpOptionsSetsRequest.Builder nextToken(String nextToken)
* You do not need to specify this parameter for the first request. * You must specify the token that is obtained from the previous query as the value of the **NextToken** parameter.
public ListDhcpOptionsSetsRequest.Builder ownerAccount(String ownerAccount)
public ListDhcpOptionsSetsRequest.Builder ownerId(Long ownerId)
public ListDhcpOptionsSetsRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public ListDhcpOptionsSetsRequest.Builder resourceGroupId(String resourceGroupId)
public ListDhcpOptionsSetsRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ListDhcpOptionsSetsRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ListDhcpOptionsSetsRequest.Builder tags(List<ListDhcpOptionsSetsRequest.Tags> tags)
public ListDhcpOptionsSetsRequest build()
Copyright © 2024. All rights reserved.