Class VpcDNSTarget
- java.lang.Object
-
- software.amazon.awssdk.services.apprunner.model.VpcDNSTarget
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VpcDNSTarget.Builder,VpcDNSTarget>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVpcDNSTarget.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VpcDNSTarget.Builderbuilder()StringdomainName()The domain name of your target DNS that is associated with the Amazon VPC.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends VpcDNSTarget.Builder>serializableBuilderClass()VpcDNSTarget.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvpcId()The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.StringvpcIngressConnectionArn()The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
vpcIngressConnectionArn
public final String vpcIngressConnectionArn()
The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.
- Returns:
- The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.
-
vpcId
public final String vpcId()
The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.
- Returns:
- The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.
-
domainName
public final String domainName()
The domain name of your target DNS that is associated with the Amazon VPC.
- Returns:
- The domain name of your target DNS that is associated with the Amazon VPC.
-
toBuilder
public VpcDNSTarget.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VpcDNSTarget.Builder,VpcDNSTarget>
-
builder
public static VpcDNSTarget.Builder builder()
-
serializableBuilderClass
public static Class<? extends VpcDNSTarget.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-