Interface LaunchTemplatePrivateDnsNameOptionsRequest.Builder

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

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

    • hostnameType

      The type of hostname for Amazon EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 native subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID.

      Parameters:
      hostnameType - The type of hostname for Amazon EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 native subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • hostnameType

      The type of hostname for Amazon EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 native subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID.

      Parameters:
      hostnameType - The type of hostname for Amazon EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 native subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • enableResourceNameDnsARecord

      LaunchTemplatePrivateDnsNameOptionsRequest.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

      LaunchTemplatePrivateDnsNameOptionsRequest.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.