public static interface VpcDNSTarget.Builder extends SdkPojo, CopyableBuilder<VpcDNSTarget.Builder,VpcDNSTarget>
| Modifier and Type | Method and Description |
|---|---|
VpcDNSTarget.Builder |
domainName(String domainName)
The domain name of your target DNS that is associated with the Amazon VPC.
|
VpcDNSTarget.Builder |
vpcId(String vpcId)
The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.
|
VpcDNSTarget.Builder |
vpcIngressConnectionArn(String vpcIngressConnectionArn)
The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcDNSTarget.Builder vpcIngressConnectionArn(String vpcIngressConnectionArn)
The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.
vpcIngressConnectionArn - The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.VpcDNSTarget.Builder vpcId(String vpcId)
The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.
vpcId - The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.VpcDNSTarget.Builder domainName(String domainName)
The domain name of your target DNS that is associated with the Amazon VPC.
domainName - The domain name of your target DNS that is associated with the Amazon VPC.Copyright © 2022. All rights reserved.