Class DnsProperties
- java.lang.Object
-
- software.amazon.awssdk.services.servicediscovery.model.DnsProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DnsProperties.Builder,DnsProperties>
@Generated("software.amazon.awssdk:codegen") public final class DnsProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DnsProperties.Builder,DnsProperties>
A complex type that contains the ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDnsProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DnsProperties.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhostedZoneId()The ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DnsProperties.Builder>serializableBuilderClass()SOAsoa()Start of Authority (SOA) record for the hosted zone.DnsProperties.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
-
hostedZoneId
public final String hostedZoneId()
The ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.
- Returns:
- The ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.
-
soa
public final SOA soa()
Start of Authority (SOA) record for the hosted zone.
- Returns:
- Start of Authority (SOA) record for the hosted zone.
-
toBuilder
public DnsProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DnsProperties.Builder,DnsProperties>
-
builder
public static DnsProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends DnsProperties.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
-
-