Interface CustomDNSServer.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomDNSServer.Builder,CustomDNSServer>,SdkBuilder<CustomDNSServer.Builder,CustomDNSServer>,SdkPojo
- Enclosing class:
- CustomDNSServer
public static interface CustomDNSServer.Builder extends SdkPojo, CopyableBuilder<CustomDNSServer.Builder,CustomDNSServer>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomDNSServer.BuildercustomDNSServerIP(String customDNSServerIP)The IP address of the DNS server.CustomDNSServer.BuildercustomDNSServerName(String customDNSServerName)The name of the DNS server.-
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 Detail
-
customDNSServerName
CustomDNSServer.Builder customDNSServerName(String customDNSServerName)
The name of the DNS server.
- Parameters:
customDNSServerName- The name of the DNS server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customDNSServerIP
CustomDNSServer.Builder customDNSServerIP(String customDNSServerIP)
The IP address of the DNS server.
- Parameters:
customDNSServerIP- The IP address of the DNS server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-