Interface PrivateDnsNameOptionsResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PrivateDnsNameOptionsResponse.Builder,PrivateDnsNameOptionsResponse>,SdkBuilder<PrivateDnsNameOptionsResponse.Builder,PrivateDnsNameOptionsResponse>,SdkPojo
- Enclosing class:
- PrivateDnsNameOptionsResponse
@Mutable @NotThreadSafe public static interface PrivateDnsNameOptionsResponse.Builder extends SdkPojo, CopyableBuilder<PrivateDnsNameOptionsResponse.Builder,PrivateDnsNameOptionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateDnsNameOptionsResponse.BuilderenableResourceNameDnsAAAARecord(Boolean enableResourceNameDnsAAAARecord)Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.PrivateDnsNameOptionsResponse.BuilderenableResourceNameDnsARecord(Boolean enableResourceNameDnsARecord)Indicates whether to respond to DNS queries for instance hostnames with DNS A records.PrivateDnsNameOptionsResponse.BuilderhostnameType(String hostnameType)The type of hostname to assign to an instance.PrivateDnsNameOptionsResponse.BuilderhostnameType(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
hostnameType
PrivateDnsNameOptionsResponse.Builder hostnameType(String 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,HostnameType
-
hostnameType
PrivateDnsNameOptionsResponse.Builder hostnameType(HostnameType 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,HostnameType
-
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.
-
-