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