Interface NetworkUpdateSettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NetworkUpdateSettings.Builder,,NetworkUpdateSettings> SdkBuilder<NetworkUpdateSettings.Builder,,NetworkUpdateSettings> SdkPojo
- Enclosing class:
NetworkUpdateSettings
@Mutable
@NotThreadSafe
public static interface NetworkUpdateSettings.Builder
extends SdkPojo, CopyableBuilder<NetworkUpdateSettings.Builder,NetworkUpdateSettings>
-
Method Summary
Modifier and TypeMethodDescriptioncustomerDnsIpsV6(String... customerDnsIpsV6) IPv6 addresses of DNS servers or domain controllers in the self-managed directory.customerDnsIpsV6(Collection<String> customerDnsIpsV6) IPv6 addresses of DNS servers or domain controllers in the self-managed directory.networkType(String networkType) The target network type for the directory update.networkType(NetworkType networkType) The target network type for the directory update.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
-
networkType
The target network type for the directory update.
- Parameters:
networkType- The target network type for the directory update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
networkType
The target network type for the directory update.
- Parameters:
networkType- The target network type for the directory update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
customerDnsIpsV6
IPv6 addresses of DNS servers or domain controllers in the self-managed directory. Required only when updating an AD Connector directory.
- Parameters:
customerDnsIpsV6- IPv6 addresses of DNS servers or domain controllers in the self-managed directory. Required only when updating an AD Connector directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customerDnsIpsV6
IPv6 addresses of DNS servers or domain controllers in the self-managed directory. Required only when updating an AD Connector directory.
- Parameters:
customerDnsIpsV6- IPv6 addresses of DNS servers or domain controllers in the self-managed directory. Required only when updating an AD Connector directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-