Interface PrivateDnsNameOptionsResponse.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PrivateDnsNameOptionsResponse.Builder,PrivateDnsNameOptionsResponse>, SdkBuilder<PrivateDnsNameOptionsResponse.Builder,PrivateDnsNameOptionsResponse>, SdkPojo
Enclosing class:
PrivateDnsNameOptionsResponse

public static interface PrivateDnsNameOptionsResponse.Builder extends SdkPojo, CopyableBuilder<PrivateDnsNameOptionsResponse.Builder,PrivateDnsNameOptionsResponse>
  • Method Details

    • hostnameType

      PrivateDnsNameOptionsResponse.Builder hostnameType(String hostnameType)

      The type of hostname to assign to an instance.

      Parameters:
      hostnameType - The type of hostname to assign to an instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • hostnameType

      The type of hostname to assign to an instance.

      Parameters:
      hostnameType - The type of hostname to assign to an instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • enableResourceNameDnsARecord

      PrivateDnsNameOptionsResponse.Builder enableResourceNameDnsARecord(Boolean enableResourceNameDnsARecord)

      Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

      Parameters:
      enableResourceNameDnsARecord - Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enableResourceNameDnsAAAARecord

      PrivateDnsNameOptionsResponse.Builder enableResourceNameDnsAAAARecord(Boolean enableResourceNameDnsAAAARecord)

      Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.

      Parameters:
      enableResourceNameDnsAAAARecord - Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
      Returns:
      Returns a reference to this object so that method calls can be chained together.