Uses of Interface
software.amazon.awssdk.services.ssm.model.Node.Builder
Packages that use Node.Builder
-
Uses of Node.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return Node.BuilderModifier and TypeMethodDescriptionstatic Node.BuilderNode.builder()Node.Builder.captureTime(Instant captureTime) The UTC timestamp for when the managed node data was last captured.The ID of the managed node.default Node.BuilderNode.Builder.nodeType(Consumer<NodeType.Builder> nodeType) Information about the type of node.Information about the type of node.default Node.BuilderNode.Builder.owner(Consumer<NodeOwnerInfo.Builder> owner) Information about the ownership of the managed node.Node.Builder.owner(NodeOwnerInfo owner) Information about the ownership of the managed node.The Amazon Web Services Region that a managed node was created in or assigned to.Node.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type Node.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Node.Builder>Node.serializableBuilderClass()