public static final class GetNatGatewayAttributeRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
GetNatGatewayAttributeRequest |
build() |
GetNatGatewayAttributeRequest.Builder |
natGatewayId(String natGatewayId)
The ID of the NAT gateway.
|
GetNatGatewayAttributeRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
GetNatGatewayAttributeRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
GetNatGatewayAttributeRequest.Builder |
regionId(String regionId)
The ID of the region where the NAT gateway is deployed.
|
GetNatGatewayAttributeRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
GetNatGatewayAttributeRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public GetNatGatewayAttributeRequest.Builder natGatewayId(String natGatewayId)
public GetNatGatewayAttributeRequest.Builder ownerAccount(String ownerAccount)
public GetNatGatewayAttributeRequest.Builder ownerId(Long ownerId)
public GetNatGatewayAttributeRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public GetNatGatewayAttributeRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public GetNatGatewayAttributeRequest.Builder resourceOwnerId(Long resourceOwnerId)
public GetNatGatewayAttributeRequest build()
Copyright © 2024. All rights reserved.