Uses of Interface
software.amazon.awssdk.services.ssm.model.NodeOwnerInfo.Builder
-
Packages that use NodeOwnerInfo.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of NodeOwnerInfo.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return NodeOwnerInfo.Builder Modifier and Type Method Description NodeOwnerInfo.BuilderNodeOwnerInfo.Builder. accountId(String accountId)The ID of the Amazon Web Services account that owns the managed node.static NodeOwnerInfo.BuilderNodeOwnerInfo. builder()NodeOwnerInfo.BuilderNodeOwnerInfo.Builder. organizationalUnitId(String organizationalUnitId)The ID of the organization unit (OU) that the account is part of.NodeOwnerInfo.BuilderNodeOwnerInfo.Builder. organizationalUnitPath(String organizationalUnitPath)The path for the organizational unit (OU) that owns the managed node.NodeOwnerInfo.BuilderNodeOwnerInfo. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type NodeOwnerInfo.Builder Modifier and Type Method Description static Class<? extends NodeOwnerInfo.Builder>NodeOwnerInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type NodeOwnerInfo.Builder Modifier and Type Method Description default Node.BuilderNode.Builder. owner(Consumer<NodeOwnerInfo.Builder> owner)Information about the ownership of the managed node.
-