Interface NodeOwnerInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NodeOwnerInfo.Builder,
,NodeOwnerInfo> SdkBuilder<NodeOwnerInfo.Builder,
,NodeOwnerInfo> SdkPojo
- Enclosing class:
NodeOwnerInfo
@Mutable
@NotThreadSafe
public static interface NodeOwnerInfo.Builder
extends SdkPojo, CopyableBuilder<NodeOwnerInfo.Builder,NodeOwnerInfo>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the Amazon Web Services account that owns the managed node.organizationalUnitId
(String organizationalUnitId) The ID of the organization unit (OU) that the account is part of.organizationalUnitPath
(String organizationalUnitPath) The path for the organizational unit (OU) that owns the managed node.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
-
accountId
The ID of the Amazon Web Services account that owns the managed node.
- Parameters:
accountId
- The ID of the Amazon Web Services account that owns the managed node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnitId
The ID of the organization unit (OU) that the account is part of.
- Parameters:
organizationalUnitId
- The ID of the organization unit (OU) that the account is part of.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnitPath
The path for the organizational unit (OU) that owns the managed node. The path for the OU is built using the IDs of the organization, root, and all OUs in the path down to and including the OU. For example:
o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-ghi0-awsccccc/ou-jkl0-awsddddd/
- Parameters:
organizationalUnitPath
- The path for the organizational unit (OU) that owns the managed node. The path for the OU is built using the IDs of the organization, root, and all OUs in the path down to and including the OU. For example:o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-ghi0-awsccccc/ou-jkl0-awsddddd/
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-