Interface Host.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Host.Builder,Host>,SdkBuilder<Host.Builder,Host>,SdkPojo
- Enclosing class:
- Host
public static interface Host.Builder extends SdkPojo, CopyableBuilder<Host.Builder,Host>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Host.Builderec2InstanceId(String ec2InstanceId)The ID of Amazon EC2 instance.Host.BuilderhostIp(String hostIp)The IP address of the Dedicated Host.Host.BuilderhostName(String hostName)The name of the Dedicated Host.Host.BuilderhostRole(String hostRole)The role of the Dedicated Host.Host.BuilderhostRole(HostRole hostRole)The role of the Dedicated Host.Host.BuilderinstanceId(String instanceId)The instance ID of the instance on the Dedicated Host.Host.BuilderosVersion(String osVersion)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, sdkFields
-
-
-
-
Method Detail
-
hostName
Host.Builder hostName(String 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
Host.Builder hostIp(String 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
Host.Builder ec2InstanceId(String 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
Host.Builder instanceId(String 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
Host.Builder hostRole(String hostRole)
The role of the Dedicated Host.
-
hostRole
Host.Builder hostRole(HostRole hostRole)
The role of the Dedicated Host.
-
osVersion
Host.Builder osVersion(String 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.
-
-