InstanceInfo.Builder |
InstanceInfo.Builder.agentType(String agentType) |
The type of agent installed on the node.
|
InstanceInfo.Builder |
InstanceInfo.Builder.agentVersion(String agentVersion) |
The version number of the agent installed on the node.
|
static InstanceInfo.Builder |
InstanceInfo.builder() |
|
InstanceInfo.Builder |
InstanceInfo.Builder.computerName(String computerName) |
The fully qualified host name of the managed node.
|
InstanceInfo.Builder |
InstanceInfo.Builder.instanceStatus(String instanceStatus) |
The current status of the managed node.
|
InstanceInfo.Builder |
InstanceInfo.Builder.ipAddress(String ipAddress) |
The IP address of the managed node.
|
InstanceInfo.Builder |
InstanceInfo.Builder.managedStatus(String managedStatus) |
Indicates whether the node is managed by Systems Manager.
|
InstanceInfo.Builder |
InstanceInfo.Builder.managedStatus(ManagedStatus managedStatus) |
Indicates whether the node is managed by Systems Manager.
|
InstanceInfo.Builder |
InstanceInfo.Builder.platformName(String platformName) |
The name of the operating system platform running on your managed node.
|
InstanceInfo.Builder |
InstanceInfo.Builder.platformType(String platformType) |
The operating system platform type of the managed node.
|
InstanceInfo.Builder |
InstanceInfo.Builder.platformType(PlatformType platformType) |
The operating system platform type of the managed node.
|
InstanceInfo.Builder |
InstanceInfo.Builder.platformVersion(String platformVersion) |
The version of the OS platform running on your managed node.
|
InstanceInfo.Builder |
InstanceInfo.Builder.resourceType(String resourceType) |
The type of instance, either an EC2 instance or another supported machine type in a hybrid fleet.
|
InstanceInfo.Builder |
InstanceInfo.Builder.resourceType(ResourceType resourceType) |
The type of instance, either an EC2 instance or another supported machine type in a hybrid fleet.
|
InstanceInfo.Builder |
InstanceInfo.toBuilder() |
|