Interface DomainUnitTarget.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DomainUnitTarget.Builder,
,DomainUnitTarget> SdkBuilder<DomainUnitTarget.Builder,
,DomainUnitTarget> SdkPojo
- Enclosing class:
DomainUnitTarget
@Mutable
@NotThreadSafe
public static interface DomainUnitTarget.Builder
extends SdkPojo, CopyableBuilder<DomainUnitTarget.Builder,DomainUnitTarget>
-
Method Summary
Modifier and TypeMethodDescriptiondomainUnitId
(String domainUnitId) The ID of the domain unit.includeChildDomainUnits
(Boolean includeChildDomainUnits) Specifies whether to apply a rule to the child domain units.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
-
domainUnitId
The ID of the domain unit.
- Parameters:
domainUnitId
- The ID of the domain unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeChildDomainUnits
Specifies whether to apply a rule to the child domain units.
- Parameters:
includeChildDomainUnits
- Specifies whether to apply a rule to the child domain units.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-