public static final class ListVpcEndpointServicesByEndUserRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ListVpcEndpointServicesByEndUserRequest |
build() |
ListVpcEndpointServicesByEndUserRequest.Builder |
maxResults(Long maxResults)
The number of entries to return per page.
|
ListVpcEndpointServicesByEndUserRequest.Builder |
nextToken(String nextToken)
The token that is used for the next query.
|
ListVpcEndpointServicesByEndUserRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
ListVpcEndpointServicesByEndUserRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
ListVpcEndpointServicesByEndUserRequest.Builder |
regionId(String regionId)
The region ID of the gateway endpoint.
|
ListVpcEndpointServicesByEndUserRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
ListVpcEndpointServicesByEndUserRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
ListVpcEndpointServicesByEndUserRequest.Builder |
serviceName(String serviceName)
The name of the endpoint service that you want to query.
|
public ListVpcEndpointServicesByEndUserRequest.Builder maxResults(Long maxResults)
public ListVpcEndpointServicesByEndUserRequest.Builder nextToken(String nextToken)
* If this is your first query and no next queries are to be sent, ignore this parameter. * If a next query is to be performed, set the value to the NextToken value returned in the last call to the ListListenerCertificates operation.
public ListVpcEndpointServicesByEndUserRequest.Builder ownerAccount(String ownerAccount)
public ListVpcEndpointServicesByEndUserRequest.Builder ownerId(Long ownerId)
public ListVpcEndpointServicesByEndUserRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public ListVpcEndpointServicesByEndUserRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ListVpcEndpointServicesByEndUserRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ListVpcEndpointServicesByEndUserRequest.Builder serviceName(String serviceName)
public ListVpcEndpointServicesByEndUserRequest build()
Copyright © 2024. All rights reserved.