Interface DomainNetworkSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DomainNetworkSettings.Builder,
,DomainNetworkSettings> SdkBuilder<DomainNetworkSettings.Builder,
,DomainNetworkSettings> SdkPojo
- Enclosing class:
DomainNetworkSettings
@Mutable
@NotThreadSafe
public static interface DomainNetworkSettings.Builder
extends SdkPojo, CopyableBuilder<DomainNetworkSettings.Builder,DomainNetworkSettings>
-
Method Summary
Modifier and TypeMethodDescriptionContains a list of subnets that apply for the Active Directory domain.subnets
(Collection<String> subnets) Contains a list of subnets that apply for the Active Directory domain.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
-
subnets
Contains a list of subnets that apply for the Active Directory domain.
- Parameters:
subnets
- Contains a list of subnets that apply for the Active Directory domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnets
Contains a list of subnets that apply for the Active Directory domain.
- Parameters:
subnets
- Contains a list of subnets that apply for the Active Directory domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-