Class DnsConfiguration
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DnsConfiguration.Builder,DnsConfiguration>
The DNS configuration for your domain names.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic DnsConfiguration.Builderbuilder()final Stringdomain()The domain name that you're verifying.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringreason()Explains the status of the DNS configuration.static Class<? extends DnsConfiguration.Builder>final DnsConfigurationStatusstatus()The status of your domain name.final StringThe status of your domain name.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
domain
The domain name that you're verifying.
- Returns:
- The domain name that you're verifying.
-
status
The status of your domain name.
-
valid-configuration: The domain name is correctly configured and points to the correct routing endpoint of the connection group. -
invalid-configuration: There is either a missing DNS record or the DNS record exists but it's using an incorrect routing endpoint. Update the DNS record to point to the correct routing endpoint. -
unknown-configuration: CloudFront can't validate your DNS configuration. This status can appear if CloudFront can't verify the DNS record, or the DNS lookup request failed or timed out.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnDnsConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of your domain name.
-
valid-configuration: The domain name is correctly configured and points to the correct routing endpoint of the connection group. -
invalid-configuration: There is either a missing DNS record or the DNS record exists but it's using an incorrect routing endpoint. Update the DNS record to point to the correct routing endpoint. -
unknown-configuration: CloudFront can't validate your DNS configuration. This status can appear if CloudFront can't verify the DNS record, or the DNS lookup request failed or timed out.
-
- See Also:
-
-
statusAsString
The status of your domain name.
-
valid-configuration: The domain name is correctly configured and points to the correct routing endpoint of the connection group. -
invalid-configuration: There is either a missing DNS record or the DNS record exists but it's using an incorrect routing endpoint. Update the DNS record to point to the correct routing endpoint. -
unknown-configuration: CloudFront can't validate your DNS configuration. This status can appear if CloudFront can't verify the DNS record, or the DNS lookup request failed or timed out.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnDnsConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of your domain name.
-
valid-configuration: The domain name is correctly configured and points to the correct routing endpoint of the connection group. -
invalid-configuration: There is either a missing DNS record or the DNS record exists but it's using an incorrect routing endpoint. Update the DNS record to point to the correct routing endpoint. -
unknown-configuration: CloudFront can't validate your DNS configuration. This status can appear if CloudFront can't verify the DNS record, or the DNS lookup request failed or timed out.
-
- See Also:
-
-
reason
Explains the status of the DNS configuration.
- Returns:
- Explains the status of the DNS configuration.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DnsConfiguration.Builder,DnsConfiguration>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-