Uses of Interface
software.amazon.awssdk.services.ssm.model.InstanceInformation.Builder
Packages that use InstanceInformation.Builder
-
Uses of InstanceInformation.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return InstanceInformation.BuilderModifier and TypeMethodDescriptionInstanceInformation.Builder.activationId(String activationId) The activation ID created by Amazon Web Services Systems Manager when the server or virtual machine (VM) was registered.InstanceInformation.Builder.agentVersion(String agentVersion) The version of SSM Agent running on your Linux managed node.default InstanceInformation.BuilderInstanceInformation.Builder.associationOverview(Consumer<InstanceAggregatedAssociationOverview.Builder> associationOverview) Information about the association.InstanceInformation.Builder.associationOverview(InstanceAggregatedAssociationOverview associationOverview) Information about the association.InstanceInformation.Builder.associationStatus(String associationStatus) The status of the association.static InstanceInformation.BuilderInstanceInformation.builder()InstanceInformation.Builder.computerName(String computerName) The fully qualified host name of the managed node.The role assigned to an Amazon EC2 instance configured with a Systems Manager Quick Setup host management configuration or the role assigned to an on-premises managed node.InstanceInformation.Builder.instanceId(String instanceId) The managed node ID.The IP address of the managed node.InstanceInformation.Builder.isLatestVersion(Boolean isLatestVersion) Indicates whether the latest version of SSM Agent is running on your Linux managed node.InstanceInformation.Builder.lastAssociationExecutionDate(Instant lastAssociationExecutionDate) The date the association was last run.InstanceInformation.Builder.lastPingDateTime(Instant lastPingDateTime) The date and time when the agent last pinged the Systems Manager service.InstanceInformation.Builder.lastSuccessfulAssociationExecutionDate(Instant lastSuccessfulAssociationExecutionDate) The last date the association was successfully run.The name assigned to an on-premises server, edge device, or virtual machine (VM) when it is activated as a Systems Manager managed node.InstanceInformation.Builder.pingStatus(String pingStatus) Connection status of SSM Agent.InstanceInformation.Builder.pingStatus(PingStatus pingStatus) Connection status of SSM Agent.InstanceInformation.Builder.platformName(String platformName) The name of the operating system platform running on your managed node.InstanceInformation.Builder.platformType(String platformType) The operating system platform type.InstanceInformation.Builder.platformType(PlatformType platformType) The operating system platform type.InstanceInformation.Builder.platformVersion(String platformVersion) The version of the OS platform running on your managed node.InstanceInformation.Builder.registrationDate(Instant registrationDate) The date the server or VM was registered with Amazon Web Services as a managed node.InstanceInformation.Builder.resourceType(String resourceType) The type of instance.InstanceInformation.Builder.resourceType(ResourceType resourceType) The type of instance.The ID of the source resource.InstanceInformation.Builder.sourceLocation(String sourceLocation) The location of the source resource in the third-party cloud environment.InstanceInformation.Builder.sourceType(String sourceType) The type of the source resource.InstanceInformation.Builder.sourceType(SourceType sourceType) The type of the source resource.InstanceInformation.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InstanceInformation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstanceInformation.Builder>InstanceInformation.serializableBuilderClass()