Interface HybridSettingsDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HybridSettingsDescription.Builder,
,HybridSettingsDescription> SdkBuilder<HybridSettingsDescription.Builder,
,HybridSettingsDescription> SdkPojo
- Enclosing class:
HybridSettingsDescription
@Mutable
@NotThreadSafe
public static interface HybridSettingsDescription.Builder
extends SdkPojo, CopyableBuilder<HybridSettingsDescription.Builder,HybridSettingsDescription>
-
Method Summary
Modifier and TypeMethodDescriptionselfManagedDnsIpAddrs
(String... selfManagedDnsIpAddrs) The IP addresses of the DNS servers in your self-managed AD environment.selfManagedDnsIpAddrs
(Collection<String> selfManagedDnsIpAddrs) The IP addresses of the DNS servers in your self-managed AD environment.selfManagedInstanceIds
(String... selfManagedInstanceIds) The identifiers of the self-managed instances with SSM used for hybrid directory operations.selfManagedInstanceIds
(Collection<String> selfManagedInstanceIds) The identifiers of the self-managed instances with SSM used for hybrid directory operations.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
-
selfManagedDnsIpAddrs
The IP addresses of the DNS servers in your self-managed AD environment.
- Parameters:
selfManagedDnsIpAddrs
- The IP addresses of the DNS servers in your self-managed AD environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selfManagedDnsIpAddrs
The IP addresses of the DNS servers in your self-managed AD environment.
- Parameters:
selfManagedDnsIpAddrs
- The IP addresses of the DNS servers in your self-managed AD environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selfManagedInstanceIds
The identifiers of the self-managed instances with SSM used for hybrid directory operations.
- Parameters:
selfManagedInstanceIds
- The identifiers of the self-managed instances with SSM used for hybrid directory operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selfManagedInstanceIds
The identifiers of the self-managed instances with SSM used for hybrid directory operations.
- Parameters:
selfManagedInstanceIds
- The identifiers of the self-managed instances with SSM used for hybrid directory operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-