InstanceProperty.Builder |
InstanceProperty.Builder.activationId(String activationId) |
The activation ID created by Systems Manager when the server or virtual machine (VM) was registered
|
InstanceProperty.Builder |
InstanceProperty.Builder.agentVersion(String agentVersion) |
The version of SSM Agent running on your managed node.
|
InstanceProperty.Builder |
InstanceProperty.Builder.architecture(String architecture) |
The CPU architecture of the node.
|
default InstanceProperty.Builder |
InstanceProperty.Builder.associationOverview(Consumer<InstanceAggregatedAssociationOverview.Builder> associationOverview) |
Sets the value of the AssociationOverview property for this object.
|
InstanceProperty.Builder |
InstanceProperty.Builder.associationOverview(InstanceAggregatedAssociationOverview associationOverview) |
Sets the value of the AssociationOverview property for this object.
|
InstanceProperty.Builder |
InstanceProperty.Builder.associationStatus(String associationStatus) |
The status of the State Manager association applied to the managed node.
|
static InstanceProperty.Builder |
InstanceProperty.builder() |
|
InstanceProperty.Builder |
InstanceProperty.Builder.computerName(String computerName) |
The fully qualified host name of the managed node.
|
InstanceProperty.Builder |
InstanceProperty.Builder.iamRole(String iamRole) |
The IAM role used in the hybrid activation to register the node with Systems Manager.
|
InstanceProperty.Builder |
InstanceProperty.Builder.instanceId(String instanceId) |
The ID of the managed node.
|
InstanceProperty.Builder |
InstanceProperty.Builder.instanceRole(String instanceRole) |
The instance profile attached to the node.
|
InstanceProperty.Builder |
InstanceProperty.Builder.instanceState(String instanceState) |
The current state of the node.
|
InstanceProperty.Builder |
InstanceProperty.Builder.instanceType(String instanceType) |
The instance type of the managed node.
|
InstanceProperty.Builder |
InstanceProperty.Builder.ipAddress(String ipAddress) |
The public IPv4 address assigned to the node.
|
InstanceProperty.Builder |
InstanceProperty.Builder.keyName(String keyName) |
The name of the key pair associated with the node.
|
InstanceProperty.Builder |
InstanceProperty.Builder.lastAssociationExecutionDate(Instant lastAssociationExecutionDate) |
The date the association was last run.
|
InstanceProperty.Builder |
InstanceProperty.Builder.lastPingDateTime(Instant lastPingDateTime) |
The date and time when the SSM Agent last pinged the Systems Manager service.
|
InstanceProperty.Builder |
InstanceProperty.Builder.lastSuccessfulAssociationExecutionDate(Instant lastSuccessfulAssociationExecutionDate) |
The last date the association was successfully run.
|
InstanceProperty.Builder |
InstanceProperty.Builder.launchTime(Instant launchTime) |
The timestamp for when the node was launched.
|
InstanceProperty.Builder |
InstanceProperty.Builder.name(String name) |
The value of the EC2 Name tag associated with the node.
|
InstanceProperty.Builder |
InstanceProperty.Builder.pingStatus(String pingStatus) |
Connection status of the SSM Agent on the managed node.
|
InstanceProperty.Builder |
InstanceProperty.Builder.pingStatus(PingStatus pingStatus) |
Connection status of the SSM Agent on the managed node.
|
InstanceProperty.Builder |
InstanceProperty.Builder.platformName(String platformName) |
The name of the operating system platform running on your managed node.
|
InstanceProperty.Builder |
InstanceProperty.Builder.platformType(String platformType) |
The operating system platform type of the managed node.
|
InstanceProperty.Builder |
InstanceProperty.Builder.platformType(PlatformType platformType) |
The operating system platform type of the managed node.
|
InstanceProperty.Builder |
InstanceProperty.Builder.platformVersion(String platformVersion) |
The version of the OS platform running on your managed node.
|
InstanceProperty.Builder |
InstanceProperty.Builder.registrationDate(Instant registrationDate) |
The date the node was registered with Systems Manager.
|
InstanceProperty.Builder |
InstanceProperty.Builder.resourceType(String resourceType) |
The type of managed node.
|
InstanceProperty.Builder |
InstanceProperty.Builder.sourceId(String sourceId) |
The ID of the source resource.
|
InstanceProperty.Builder |
InstanceProperty.Builder.sourceType(String sourceType) |
The type of the source resource.
|
InstanceProperty.Builder |
InstanceProperty.Builder.sourceType(SourceType sourceType) |
The type of the source resource.
|
InstanceProperty.Builder |
InstanceProperty.toBuilder() |
|