public static interface AssociatedHost.Builder extends SdkPojo, CopyableBuilder<AssociatedHost.Builder,AssociatedHost>
| Modifier and Type | Method and Description |
|---|---|
AssociatedHost.Builder |
ec2InstanceId(String ec2InstanceId)
The ID of the Amazon EC2 instance.
|
AssociatedHost.Builder |
hostname(String hostname)
The name of the host.
|
AssociatedHost.Builder |
osVersion(String osVersion)
The version of the operating system.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociatedHost.Builder hostname(String hostname)
The name of the host.
hostname - The name of the host.AssociatedHost.Builder ec2InstanceId(String ec2InstanceId)
The ID of the Amazon EC2 instance.
ec2InstanceId - The ID of the Amazon EC2 instance.AssociatedHost.Builder osVersion(String osVersion)
The version of the operating system.
osVersion - The version of the operating system.Copyright © 2023. All rights reserved.