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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeOwnerInfo.BuilderaccountId(String accountId)The ID of the Amazon Web Services account that owns the managed node.NodeOwnerInfo.BuilderorganizationalUnitId(String organizationalUnitId)The ID of the organization unit (OU) that the account is part of.NodeOwnerInfo.BuilderorganizationalUnitPath(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 Detail
-
accountId
NodeOwnerInfo.Builder accountId(String 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
NodeOwnerInfo.Builder organizationalUnitId(String 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
NodeOwnerInfo.Builder organizationalUnitPath(String 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.
-
-