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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsOptionsSpecification.Builder
dnsRecordIpType(String dnsRecordIpType)
The DNS records created for the endpoint.DnsOptionsSpecification.Builder
dnsRecordIpType(DnsRecordIpType dnsRecordIpType)
The DNS records created for the endpoint.DnsOptionsSpecification.Builder
privateDnsOnlyForInboundResolverEndpoint(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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
,DnsRecordIpType
-
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:
DnsRecordIpType
,DnsRecordIpType
-
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.
-
-