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