Class DNSTargetResource
- java.lang.Object
-
- software.amazon.awssdk.services.route53recoveryreadiness.model.DNSTargetResource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DNSTargetResource.Builder,DNSTargetResource>
@Generated("software.amazon.awssdk:codegen") public final class DNSTargetResource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DNSTargetResource.Builder,DNSTargetResource>
A component for DNS/routing control readiness checks and architecture checks.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDNSTargetResource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DNSTargetResource.Builderbuilder()StringdomainName()The domain name that acts as an ingress point to a portion of the customer application.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhostedZoneArn()The hosted zone Amazon Resource Name (ARN) that contains the DNS record with the provided name of the target resource.StringrecordSetId()The Route 53 record set ID that uniquely identifies a DNS record, given a name and a type.StringrecordType()The type of DNS record of the target resource.List<SdkField<?>>sdkFields()static Class<? extends DNSTargetResource.Builder>serializableBuilderClass()TargetResourcetargetResource()The target resource of the DNS target resource.DNSTargetResource.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
domainName
public final String domainName()
The domain name that acts as an ingress point to a portion of the customer application.
- Returns:
- The domain name that acts as an ingress point to a portion of the customer application.
-
hostedZoneArn
public final String hostedZoneArn()
The hosted zone Amazon Resource Name (ARN) that contains the DNS record with the provided name of the target resource.
- Returns:
- The hosted zone Amazon Resource Name (ARN) that contains the DNS record with the provided name of the target resource.
-
recordSetId
public final String recordSetId()
The Route 53 record set ID that uniquely identifies a DNS record, given a name and a type.
- Returns:
- The Route 53 record set ID that uniquely identifies a DNS record, given a name and a type.
-
recordType
public final String recordType()
The type of DNS record of the target resource.
- Returns:
- The type of DNS record of the target resource.
-
targetResource
public final TargetResource targetResource()
The target resource of the DNS target resource.
- Returns:
- The target resource of the DNS target resource.
-
toBuilder
public DNSTargetResource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DNSTargetResource.Builder,DNSTargetResource>
-
builder
public static DNSTargetResource.Builder builder()
-
serializableBuilderClass
public static Class<? extends DNSTargetResource.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.
-
-