Interface Target.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Target.Builder,Target>,SdkBuilder<Target.Builder,Target>,SdkPojo
- Enclosing class:
- Target
public static interface Target.Builder extends SdkPojo, CopyableBuilder<Target.Builder,Target>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Target.BuilderaccountId(String accountId)The Amazon Web Services account ID of the target account.Target.BuilderorganizationalUnitId(String organizationalUnitId)The organizational unit ID of the target organizational unit.Target.BuilderrootId(String rootId)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
accountId
Target.Builder accountId(String 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
Target.Builder organizationalUnitId(String 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
Target.Builder rootId(String 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.
-
-