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