Interface VpcDNSTarget.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VpcDNSTarget.Builder,VpcDNSTarget>,SdkBuilder<VpcDNSTarget.Builder,VpcDNSTarget>,SdkPojo
- Enclosing class:
- VpcDNSTarget
public static interface VpcDNSTarget.Builder extends SdkPojo, CopyableBuilder<VpcDNSTarget.Builder,VpcDNSTarget>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VpcDNSTarget.BuilderdomainName(String domainName)The domain name of your target DNS that is associated with the Amazon VPC.VpcDNSTarget.BuildervpcId(String vpcId)The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.VpcDNSTarget.BuildervpcIngressConnectionArn(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 Detail
-
vpcIngressConnectionArn
VpcDNSTarget.Builder vpcIngressConnectionArn(String 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
VpcDNSTarget.Builder vpcId(String 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
VpcDNSTarget.Builder domainName(String 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.
-
-