Class DNSTargetResource

    • 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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)