Uses of Interface
software.amazon.awssdk.services.ssm.model.InstanceProperty.Builder
Packages that use InstanceProperty.Builder
-
Uses of InstanceProperty.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return InstanceProperty.BuilderModifier and TypeMethodDescriptionInstanceProperty.Builder.activationId(String activationId) The activation ID created by Systems Manager when the server or virtual machine (VM) was registeredInstanceProperty.Builder.agentVersion(String agentVersion) The version of SSM Agent running on your managed node.InstanceProperty.Builder.architecture(String architecture) The CPU architecture of the node.default InstanceProperty.BuilderInstanceProperty.Builder.associationOverview(Consumer<InstanceAggregatedAssociationOverview.Builder> associationOverview) Sets the value of the AssociationOverview property for this object.InstanceProperty.Builder.associationOverview(InstanceAggregatedAssociationOverview associationOverview) Sets the value of the AssociationOverview property for this object.InstanceProperty.Builder.associationStatus(String associationStatus) The status of the State Manager association applied to the managed node.InstanceProperty.Builder.availabilityZone(String availabilityZone) The Availability Zone where the managed node is located.static InstanceProperty.BuilderInstanceProperty.builder()InstanceProperty.Builder.computerName(String computerName) The fully qualified host name of the managed node.The IAM role used in the hybrid activation to register the node with Systems Manager.InstanceProperty.Builder.instanceId(String instanceId) The ID of the managed node.InstanceProperty.Builder.instanceRole(String instanceRole) The instance profile attached to the node.InstanceProperty.Builder.instanceState(String instanceState) The current state of the node.InstanceProperty.Builder.instanceType(String instanceType) The instance type of the managed node.The public IPv4 address assigned to the node.The name of the key pair associated with the node.InstanceProperty.Builder.lastAssociationExecutionDate(Instant lastAssociationExecutionDate) The date the association was last run.InstanceProperty.Builder.lastPingDateTime(Instant lastPingDateTime) The date and time when the SSM Agent last pinged the Systems Manager service.InstanceProperty.Builder.lastSuccessfulAssociationExecutionDate(Instant lastSuccessfulAssociationExecutionDate) The last date the association was successfully run.InstanceProperty.Builder.launchTime(Instant launchTime) The timestamp for when the node was launched.The value of the EC2Nametag associated with the node.InstanceProperty.Builder.pingStatus(String pingStatus) Connection status of the SSM Agent on the managed node.InstanceProperty.Builder.pingStatus(PingStatus pingStatus) Connection status of the SSM Agent on the managed node.InstanceProperty.Builder.platformName(String platformName) The name of the operating system platform running on your managed node.InstanceProperty.Builder.platformType(String platformType) The operating system platform type of the managed node.InstanceProperty.Builder.platformType(PlatformType platformType) The operating system platform type of the managed node.InstanceProperty.Builder.platformVersion(String platformVersion) The version of the OS platform running on your managed node.InstanceProperty.Builder.registrationDate(Instant registrationDate) The date the node was registered with Systems Manager.InstanceProperty.Builder.resourceType(String resourceType) The type of managed node.The ID of the source resource.InstanceProperty.Builder.sourceLocation(String sourceLocation) The location of the source resource in the third-party cloud environment.InstanceProperty.Builder.sourceType(String sourceType) The type of the source resource.InstanceProperty.Builder.sourceType(SourceType sourceType) The type of the source resource.InstanceProperty.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InstanceProperty.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstanceProperty.Builder>InstanceProperty.serializableBuilderClass()