Interface LaunchTemplatePrivateDnsNameOptions.Builder

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

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

    • 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

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

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