Interface DnsOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DnsOptions.Builder,DnsOptions>,SdkBuilder<DnsOptions.Builder,DnsOptions>,SdkPojo
- Enclosing class:
- DnsOptions
public static interface DnsOptions.Builder extends SdkPojo, CopyableBuilder<DnsOptions.Builder,DnsOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsOptions.BuilderdnsRecordIpType(String dnsRecordIpType)The DNS records created for the endpoint.DnsOptions.BuilderdnsRecordIpType(DnsRecordIpType dnsRecordIpType)The DNS records created for the endpoint.DnsOptions.BuilderprivateDnsOnlyForInboundResolverEndpoint(Boolean privateDnsOnlyForInboundResolverEndpoint)Indicates whether to enable private DNS only for inbound endpoints.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
dnsRecordIpType
DnsOptions.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,DnsRecordIpType
-
dnsRecordIpType
DnsOptions.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:
DnsRecordIpType,DnsRecordIpType
-
privateDnsOnlyForInboundResolverEndpoint
DnsOptions.Builder privateDnsOnlyForInboundResolverEndpoint(Boolean privateDnsOnlyForInboundResolverEndpoint)
Indicates whether to enable private DNS only for inbound endpoints.
- Parameters:
privateDnsOnlyForInboundResolverEndpoint- Indicates whether to enable private DNS only for inbound endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-