| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmsap.model |
| Modifier and Type | Method and Description |
|---|---|
static AssociatedHost.Builder |
AssociatedHost.builder() |
AssociatedHost.Builder |
AssociatedHost.Builder.ec2InstanceId(String ec2InstanceId)
The ID of the Amazon EC2 instance.
|
AssociatedHost.Builder |
AssociatedHost.Builder.hostname(String hostname)
The name of the host.
|
AssociatedHost.Builder |
AssociatedHost.Builder.osVersion(String osVersion)
The version of the operating system.
|
AssociatedHost.Builder |
AssociatedHost.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociatedHost.Builder> |
AssociatedHost.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Component.Builder |
Component.Builder.associatedHost(Consumer<AssociatedHost.Builder> associatedHost)
The associated host of the component.
|
Copyright © 2023. All rights reserved.