Interface Target.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Target.Builder,
,Target> SdkBuilder<Target.Builder,
,Target> SdkPojo
- Enclosing class:
Target
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services account ID of the target account.organizationalUnitId
(String organizationalUnitId) The organizational unit ID of the target organizational unit.The ID of the organization root.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, sdkFields
-
Method Details
-
accountId
The Amazon Web Services account ID of the target account.
- Parameters:
accountId
- The Amazon Web Services account ID of the target account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnitId
The organizational unit ID of the target organizational unit.
- Parameters:
organizationalUnitId
- The organizational unit ID of the target organizational unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rootId
The ID of the organization root.
- Parameters:
rootId
- The ID of the organization root.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-