@Generated(value="software.amazon.awssdk:codegen") public final class VpcDNSTarget extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcDNSTarget.Builder,VpcDNSTarget>
DNS Target record for a custom domain of this Amazon VPC.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VpcDNSTarget.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VpcDNSTarget.Builder |
builder() |
String |
domainName()
The domain name of your target DNS that is associated with the Amazon VPC.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VpcDNSTarget.Builder> |
serializableBuilderClass() |
VpcDNSTarget.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcId()
The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.
|
String |
vpcIngressConnectionArn()
The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String vpcIngressConnectionArn()
The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.
public final String vpcId()
The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.
public final String domainName()
The domain name of your target DNS that is associated with the Amazon VPC.
public VpcDNSTarget.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VpcDNSTarget.Builder,VpcDNSTarget>public static VpcDNSTarget.Builder builder()
public static Class<? extends VpcDNSTarget.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.