Class DnsOptions
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.DnsOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DnsOptions.Builder,DnsOptions>
@Generated("software.amazon.awssdk:codegen") public final class DnsOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DnsOptions.Builder,DnsOptions>
Describes the DNS options for an endpoint.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDnsOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DnsOptions.Builderbuilder()DnsRecordIpTypednsRecordIpType()The DNS records created for the endpoint.StringdnsRecordIpTypeAsString()The DNS records created for the endpoint.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanprivateDnsOnlyForInboundResolverEndpoint()Indicates whether to enable private DNS only for inbound endpoints.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DnsOptions.Builder>serializableBuilderClass()DnsOptions.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
-
dnsRecordIpType
public final DnsRecordIpType dnsRecordIpType()
The DNS records created for the endpoint.
If the service returns an enum value that is not available in the current SDK version,
dnsRecordIpTypewill returnDnsRecordIpType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdnsRecordIpTypeAsString().- Returns:
- The DNS records created for the endpoint.
- See Also:
DnsRecordIpType
-
dnsRecordIpTypeAsString
public final String dnsRecordIpTypeAsString()
The DNS records created for the endpoint.
If the service returns an enum value that is not available in the current SDK version,
dnsRecordIpTypewill returnDnsRecordIpType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdnsRecordIpTypeAsString().- Returns:
- The DNS records created for the endpoint.
- See Also:
DnsRecordIpType
-
privateDnsOnlyForInboundResolverEndpoint
public final Boolean privateDnsOnlyForInboundResolverEndpoint()
Indicates whether to enable private DNS only for inbound endpoints.
- Returns:
- Indicates whether to enable private DNS only for inbound endpoints.
-
toBuilder
public DnsOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DnsOptions.Builder,DnsOptions>
-
builder
public static DnsOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends DnsOptions.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
-
-