Interface DnsResource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DnsResource.Builder,,DnsResource> SdkBuilder<DnsResource.Builder,,DnsResource> SdkPojo
- Enclosing class:
DnsResource
@Mutable
@NotThreadSafe
public static interface DnsResource.Builder
extends SdkPojo, CopyableBuilder<DnsResource.Builder,DnsResource>
-
Method Summary
Modifier and TypeMethodDescriptiondomainName(String domainName) The domain name of the resource.ipAddressType(String ipAddressType) The type of IP address.ipAddressType(ResourceConfigurationIpAddressType ipAddressType) The type of IP address.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
domainName
The domain name of the resource.
- Parameters:
domainName- The domain name of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddressType
The type of IP address. Dualstack is currently not supported.
- Parameters:
ipAddressType- The type of IP address. Dualstack is currently not supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipAddressType
The type of IP address. Dualstack is currently not supported.
- Parameters:
ipAddressType- The type of IP address. Dualstack is currently not supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-