Interface PrivateDnsNameOptionsResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PrivateDnsNameOptionsResponse.Builder,
,PrivateDnsNameOptionsResponse> SdkBuilder<PrivateDnsNameOptionsResponse.Builder,
,PrivateDnsNameOptionsResponse> SdkPojo
- Enclosing class:
PrivateDnsNameOptionsResponse
public static interface PrivateDnsNameOptionsResponse.Builder
extends SdkPojo, CopyableBuilder<PrivateDnsNameOptionsResponse.Builder,PrivateDnsNameOptionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionenableResourceNameDnsAAAARecord
(Boolean enableResourceNameDnsAAAARecord) Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.enableResourceNameDnsARecord
(Boolean enableResourceNameDnsARecord) Indicates whether to respond to DNS queries for instance hostnames with DNS A records.hostnameType
(String hostnameType) The type of hostname to assign to an instance.hostnameType
(HostnameType hostnameType) The type of hostname to assign to an instance.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 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
PrivateDnsNameOptionsResponse.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
PrivateDnsNameOptionsResponse.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.
-