Interface HostInstance.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HostInstance.Builder,HostInstance>,SdkBuilder<HostInstance.Builder,HostInstance>,SdkPojo
- Enclosing class:
- HostInstance
@Mutable @NotThreadSafe public static interface HostInstance.Builder extends SdkPojo, CopyableBuilder<HostInstance.Builder,HostInstance>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HostInstance.BuilderinstanceId(String instanceId)The ID of instance that is running on the Dedicated Host.HostInstance.BuilderinstanceType(String instanceType)The instance type (for example,m3.medium) of the running instance.HostInstance.BuilderownerId(String ownerId)The ID of the Amazon Web Services account that owns the instance.-
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 Detail
-
instanceId
HostInstance.Builder instanceId(String instanceId)
The ID of instance that is running on the Dedicated Host.
- Parameters:
instanceId- The ID of instance that is running on the Dedicated Host.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceType
HostInstance.Builder instanceType(String instanceType)
The instance type (for example,
m3.medium) of the running instance.- Parameters:
instanceType- The instance type (for example,m3.medium) of the running instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerId
HostInstance.Builder ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the instance.
- Parameters:
ownerId- The ID of the Amazon Web Services account that owns the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-