Interface DnsOptionsSpecification.Builder

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

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

    • dnsRecordIpType

      DnsOptionsSpecification.Builder dnsRecordIpType(String dnsRecordIpType)

      The DNS records created for the endpoint.

      Parameters:
      dnsRecordIpType - The DNS records created for the endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dnsRecordIpType

      DnsOptionsSpecification.Builder dnsRecordIpType(DnsRecordIpType dnsRecordIpType)

      The DNS records created for the endpoint.

      Parameters:
      dnsRecordIpType - The DNS records created for the endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • privateDnsOnlyForInboundResolverEndpoint

      DnsOptionsSpecification.Builder privateDnsOnlyForInboundResolverEndpoint(Boolean privateDnsOnlyForInboundResolverEndpoint)

      Indicates whether to enable private DNS only for inbound endpoints. This option is available only for services that support both gateway and interface endpoints. It routes traffic that originates from the VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint.

      Parameters:
      privateDnsOnlyForInboundResolverEndpoint - Indicates whether to enable private DNS only for inbound endpoints. This option is available only for services that support both gateway and interface endpoints. It routes traffic that originates from the VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.