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