Interface ModifyPrivateDnsNameOptionsRequest.Builder

    • Method Detail

      • dryRun

        ModifyPrivateDnsNameOptionsRequest.Builder dryRun​(Boolean dryRun)

        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Parameters:
        dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceId

        ModifyPrivateDnsNameOptionsRequest.Builder instanceId​(String instanceId)

        The ID of the instance.

        Parameters:
        instanceId - The ID of the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • privateDnsHostnameType

        ModifyPrivateDnsNameOptionsRequest.Builder privateDnsHostnameType​(String privateDnsHostnameType)

        The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only 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:
        privateDnsHostnameType - The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only 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, HostnameType
      • privateDnsHostnameType

        ModifyPrivateDnsNameOptionsRequest.Builder privateDnsHostnameType​(HostnameType privateDnsHostnameType)

        The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only 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:
        privateDnsHostnameType - The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only 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, HostnameType
      • enableResourceNameDnsARecord

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

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