Class DNSSECStatus
- java.lang.Object
-
- software.amazon.awssdk.services.route53.model.DNSSECStatus
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DNSSECStatus.Builder,DNSSECStatus>
@Generated("software.amazon.awssdk:codegen") public final class DNSSECStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DNSSECStatus.Builder,DNSSECStatus>
A string repesenting the status of DNSSEC signing.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDNSSECStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DNSSECStatus.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DNSSECStatus.Builder>serializableBuilderClass()StringserveSignature()A string that represents the current hosted zone signing status.StringstatusMessage()The status message provided for the following DNSSEC signing status:INTERNAL_FAILURE.DNSSECStatus.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
-
serveSignature
public final String serveSignature()
A string that represents the current hosted zone signing status.
Status can have one of the following values:
- SIGNING
-
DNSSEC signing is enabled for the hosted zone.
- NOT_SIGNING
-
DNSSEC signing is not enabled for the hosted zone.
- DELETING
-
DNSSEC signing is in the process of being removed for the hosted zone.
- ACTION_NEEDED
-
There is a problem with signing in the hosted zone that requires you to take action to resolve. For example, the customer managed key might have been deleted, or the permissions for the customer managed key might have been changed.
- INTERNAL_FAILURE
-
There was an error during a request. Before you can continue to work with DNSSEC signing, including with key-signing keys (KSKs), you must correct the problem by enabling or disabling DNSSEC signing for the hosted zone.
- Returns:
- A string that represents the current hosted zone signing status.
Status can have one of the following values:
- SIGNING
-
DNSSEC signing is enabled for the hosted zone.
- NOT_SIGNING
-
DNSSEC signing is not enabled for the hosted zone.
- DELETING
-
DNSSEC signing is in the process of being removed for the hosted zone.
- ACTION_NEEDED
-
There is a problem with signing in the hosted zone that requires you to take action to resolve. For example, the customer managed key might have been deleted, or the permissions for the customer managed key might have been changed.
- INTERNAL_FAILURE
-
There was an error during a request. Before you can continue to work with DNSSEC signing, including with key-signing keys (KSKs), you must correct the problem by enabling or disabling DNSSEC signing for the hosted zone.
-
statusMessage
public final String statusMessage()
The status message provided for the following DNSSEC signing status:
INTERNAL_FAILURE. The status message includes information about what the problem might be and steps that you can take to correct the issue.- Returns:
- The status message provided for the following DNSSEC signing status:
INTERNAL_FAILURE. The status message includes information about what the problem might be and steps that you can take to correct the issue.
-
toBuilder
public DNSSECStatus.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DNSSECStatus.Builder,DNSSECStatus>
-
builder
public static DNSSECStatus.Builder builder()
-
serializableBuilderClass
public static Class<? extends DNSSECStatus.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.
-
-