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
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 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.
- Parameters:
ipAddressType
- The type of IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipAddressType
The type of IP address.
- Parameters:
ipAddressType
- The type of IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-