Uses of Interface
software.amazon.awssdk.services.ssm.model.InstanceInfo.Builder
Packages that use InstanceInfo.Builder
-
Uses of InstanceInfo.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return InstanceInfo.BuilderModifier and TypeMethodDescriptionThe type of agent installed on the node.InstanceInfo.Builder.agentVersion(String agentVersion) The version number of the agent installed on the node.InstanceInfo.Builder.availabilityZone(String availabilityZone) The Availability Zone where the managed node is located.InstanceInfo.Builder.availabilityZoneId(String availabilityZoneId) The Availability Zone ID where the managed node is located.static InstanceInfo.BuilderInstanceInfo.builder()InstanceInfo.Builder.computerName(String computerName) The fully qualified host name of the managed node.InstanceInfo.Builder.instanceStatus(String instanceStatus) The current status of the managed node.The IP address of the managed node.InstanceInfo.Builder.managedStatus(String managedStatus) Indicates whether the node is managed by Systems Manager.InstanceInfo.Builder.managedStatus(ManagedStatus managedStatus) Indicates whether the node is managed by Systems Manager.The name assigned to the managed node.InstanceInfo.Builder.platformName(String platformName) The name of the operating system platform running on your managed node.InstanceInfo.Builder.platformType(String platformType) The operating system platform type of the managed node.InstanceInfo.Builder.platformType(PlatformType platformType) The operating system platform type of the managed node.InstanceInfo.Builder.platformVersion(String platformVersion) The version of the OS platform running on your managed node.InstanceInfo.Builder.resourceType(String resourceType) The type of instance, either an EC2 instance or another supported machine type in a hybrid fleet.InstanceInfo.Builder.resourceType(ResourceType resourceType) The type of instance, either an EC2 instance or another supported machine type in a hybrid fleet.The ID of the source resource.InstanceInfo.Builder.sourceLocation(String sourceLocation) The location of the source resource in the third-party cloud environment.InstanceInfo.Builder.sourceType(String sourceType) The type of the source resource.InstanceInfo.Builder.sourceType(SourceType sourceType) The type of the source resource.InstanceInfo.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InstanceInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstanceInfo.Builder>InstanceInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type InstanceInfo.BuilderModifier and TypeMethodDescriptionstatic NodeTypeNodeType.fromInstance(Consumer<InstanceInfo.Builder> instance) Create an instance of this class withNodeType.instance()initialized to the given value.default NodeType.BuilderNodeType.Builder.instance(Consumer<InstanceInfo.Builder> instance) Information about a specific managed node.