| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceInformation.Builder |
InstanceInformation.Builder.activationId(String activationId)
The activation ID created by Systems Manager when the server or VM was registered.
|
InstanceInformation.Builder |
InstanceInformation.Builder.agentVersion(String agentVersion)
The version of SSM Agent running on your Linux instance.
|
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 instance.
|
InstanceInformation.Builder |
InstanceInformation.Builder.iamRole(String iamRole)
The Amazon Identity and Access Management (IAM) role assigned to the on-premises Systems Manager managed
instance.
|
InstanceInformation.Builder |
InstanceInformation.Builder.instanceId(String instanceId)
The instance ID.
|
InstanceInformation.Builder |
InstanceInformation.Builder.ipAddress(String ipAddress)
The IP address of the managed instance.
|
InstanceInformation.Builder |
InstanceInformation.Builder.isLatestVersion(Boolean isLatestVersion)
Indicates whether the latest version of SSM Agent is running on your Linux Managed Instance.
|
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 or virtual machine (VM) when it is activated as a Systems Manager
managed instance.
|
InstanceInformation.Builder |
InstanceInformation.Builder.pingStatus(PingStatus pingStatus)
Connection status of SSM Agent.
|
InstanceInformation.Builder |
InstanceInformation.Builder.pingStatus(String pingStatus)
Connection status of SSM Agent.
|
InstanceInformation.Builder |
InstanceInformation.Builder.platformName(String platformName)
The name of the operating system platform running on your instance.
|
InstanceInformation.Builder |
InstanceInformation.Builder.platformType(PlatformType platformType)
The operating system platform type.
|
InstanceInformation.Builder |
InstanceInformation.Builder.platformType(String platformType)
The operating system platform type.
|
InstanceInformation.Builder |
InstanceInformation.Builder.platformVersion(String platformVersion)
The version of the OS platform running on your instance.
|
InstanceInformation.Builder |
InstanceInformation.Builder.registrationDate(Instant registrationDate)
The date the server or VM was registered with AWS as a managed instance.
|
InstanceInformation.Builder |
InstanceInformation.Builder.resourceType(ResourceType resourceType)
The type of instance.
|
InstanceInformation.Builder |
InstanceInformation.Builder.resourceType(String resourceType)
The type of instance.
|
InstanceInformation.Builder |
InstanceInformation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceInformation.Builder> |
InstanceInformation.serializableBuilderClass() |
Copyright © 2020. All rights reserved.