Interface Host.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Host.Builder,
,Host> SdkBuilder<Host.Builder,
,Host> SdkPojo
- Enclosing class:
Host
@Mutable
@NotThreadSafe
public static interface Host.Builder
extends SdkPojo, CopyableBuilder<Host.Builder,Host>
-
Method Summary
Modifier and TypeMethodDescriptionec2InstanceId
(String ec2InstanceId) The ID of Amazon EC2 instance.The IP address of the Dedicated Host.The name of the Dedicated Host.The role of the Dedicated Host.The role of the Dedicated Host.instanceId
(String instanceId) The instance ID of the instance on the Dedicated Host.The version of the operating system.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
hostName
The name of the Dedicated Host.
- Parameters:
hostName
- The name of the Dedicated Host.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostIp
The IP address of the Dedicated Host.
- Parameters:
hostIp
- The IP address of the Dedicated Host.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ec2InstanceId
The ID of Amazon EC2 instance.
- Parameters:
ec2InstanceId
- The ID of Amazon EC2 instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceId
The instance ID of the instance on the Dedicated Host.
- Parameters:
instanceId
- The instance ID of the instance on the Dedicated Host.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostRole
The role of the Dedicated Host.
- Parameters:
hostRole
- The role of the Dedicated Host.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hostRole
The role of the Dedicated Host.
- Parameters:
hostRole
- The role of the Dedicated Host.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
osVersion
The version of the operating system.
- Parameters:
osVersion
- The version of the operating system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-