Uses of Interface
software.amazon.awssdk.services.apprunner.model.VpcDNSTarget.Builder
-
Packages that use VpcDNSTarget.Builder Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of VpcDNSTarget.Builder in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return VpcDNSTarget.Builder Modifier and Type Method Description static VpcDNSTarget.BuilderVpcDNSTarget. builder()VpcDNSTarget.BuilderVpcDNSTarget.Builder. domainName(String domainName)The domain name of your target DNS that is associated with the Amazon VPC.VpcDNSTarget.BuilderVpcDNSTarget. toBuilder()VpcDNSTarget.BuilderVpcDNSTarget.Builder. vpcId(String vpcId)The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.VpcDNSTarget.BuilderVpcDNSTarget.Builder. vpcIngressConnectionArn(String vpcIngressConnectionArn)The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type VpcDNSTarget.Builder Modifier and Type Method Description static Class<? extends VpcDNSTarget.Builder>VpcDNSTarget. serializableBuilderClass()
-