Interface VpcDNSTarget.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VpcDNSTarget.Builder,
,VpcDNSTarget> SdkBuilder<VpcDNSTarget.Builder,
,VpcDNSTarget> SdkPojo
- Enclosing class:
VpcDNSTarget
@Mutable
@NotThreadSafe
public static interface VpcDNSTarget.Builder
extends SdkPojo, CopyableBuilder<VpcDNSTarget.Builder,VpcDNSTarget>
-
Method Summary
Modifier and TypeMethodDescriptiondomainName
(String domainName) The domain name of your target DNS that is associated with the Amazon VPC.The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.vpcIngressConnectionArn
(String vpcIngressConnectionArn) The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
vpcIngressConnectionArn
The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.
- Parameters:
vpcIngressConnectionArn
- The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.
- Parameters:
vpcId
- The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
The domain name of your target DNS that is associated with the Amazon VPC.
- Parameters:
domainName
- The domain name of your target DNS that is associated with the Amazon VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-