InstanceInformation.Builder |
InstanceInformation.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 |
InstanceInformation.Builder.agentVersion(String agentVersion) |
The version of SSM Agent running on your Linux managed node.
|
default InstanceInformation.Builder |
InstanceInformation.Builder.associationOverview(Consumer<InstanceAggregatedAssociationOverview.Builder> associationOverview) |
Information about the association.
|
InstanceInformation.Builder |
InstanceInformation.Builder.associationOverview(InstanceAggregatedAssociationOverview associationOverview) |
Information about the association.
|
InstanceInformation.Builder |
InstanceInformation.Builder.associationStatus(String associationStatus) |
The status of the association.
|
static InstanceInformation.Builder |
InstanceInformation.builder() |
|
InstanceInformation.Builder |
InstanceInformation.Builder.computerName(String computerName) |
The fully qualified host name of the managed node.
|
InstanceInformation.Builder |
InstanceInformation.Builder.iamRole(String iamRole) |
The Identity and Access Management (IAM) role assigned to the on-premises Systems Manager managed node.
|
InstanceInformation.Builder |
InstanceInformation.Builder.instanceId(String instanceId) |
The managed node ID.
|
InstanceInformation.Builder |
InstanceInformation.Builder.ipAddress(String ipAddress) |
The IP address of the managed node.
|
InstanceInformation.Builder |
InstanceInformation.Builder.isLatestVersion(Boolean isLatestVersion) |
Indicates whether the latest version of SSM Agent is running on your Linux managed node.
|
InstanceInformation.Builder |
InstanceInformation.Builder.lastAssociationExecutionDate(Instant lastAssociationExecutionDate) |
The date the association was last run.
|
InstanceInformation.Builder |
InstanceInformation.Builder.lastPingDateTime(Instant lastPingDateTime) |
The date and time when the agent last pinged the Systems Manager service.
|
InstanceInformation.Builder |
InstanceInformation.Builder.lastSuccessfulAssociationExecutionDate(Instant lastSuccessfulAssociationExecutionDate) |
The last date the association was successfully run.
|
InstanceInformation.Builder |
InstanceInformation.Builder.name(String name) |
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 |
InstanceInformation.Builder.pingStatus(String pingStatus) |
Connection status of SSM Agent.
|
InstanceInformation.Builder |
InstanceInformation.Builder.pingStatus(PingStatus pingStatus) |
Connection status of SSM Agent.
|
InstanceInformation.Builder |
InstanceInformation.Builder.platformName(String platformName) |
The name of the operating system platform running on your managed node.
|
InstanceInformation.Builder |
InstanceInformation.Builder.platformType(String platformType) |
The operating system platform type.
|
InstanceInformation.Builder |
InstanceInformation.Builder.platformType(PlatformType platformType) |
The operating system platform type.
|
InstanceInformation.Builder |
InstanceInformation.Builder.platformVersion(String platformVersion) |
The version of the OS platform running on your managed node.
|
InstanceInformation.Builder |
InstanceInformation.Builder.registrationDate(Instant registrationDate) |
The date the server or VM was registered with Amazon Web Services as a managed node.
|
InstanceInformation.Builder |
InstanceInformation.Builder.resourceType(String resourceType) |
The type of instance.
|
InstanceInformation.Builder |
InstanceInformation.Builder.resourceType(ResourceType resourceType) |
The type of instance.
|
InstanceInformation.Builder |
InstanceInformation.Builder.sourceId(String sourceId) |
The ID of the source resource.
|
InstanceInformation.Builder |
InstanceInformation.Builder.sourceType(String sourceType) |
The type of the source resource.
|
InstanceInformation.Builder |
InstanceInformation.Builder.sourceType(SourceType sourceType) |
The type of the source resource.
|
InstanceInformation.Builder |
InstanceInformation.toBuilder() |
|