Interface HostInfoForCreate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HostInfoForCreate.Builder,
,HostInfoForCreate> SdkBuilder<HostInfoForCreate.Builder,
,HostInfoForCreate> SdkPojo
- Enclosing class:
HostInfoForCreate
@Mutable
@NotThreadSafe
public static interface HostInfoForCreate.Builder
extends SdkPojo, CopyableBuilder<HostInfoForCreate.Builder,HostInfoForCreate>
-
Method Summary
Modifier and TypeMethodDescriptiondedicatedHostId
(String dedicatedHostId) The unique ID of the Amazon EC2 Dedicated Host.The DNS hostname of the host.instanceType
(String instanceType) The EC2 instance type that represents the host.instanceType
(InstanceType instanceType) The EC2 instance type that represents the host.The name of the SSH key that is used to access the host.placementGroupId
(String placementGroupId) The unique ID of the placement group where the host is placed.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 DNS hostname of the host. DNS hostnames for hosts must be unique across Amazon EVS environments and within VCF.
- Parameters:
hostName
- The DNS hostname of the host. DNS hostnames for hosts must be unique across Amazon EVS environments and within VCF.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyName
The name of the SSH key that is used to access the host.
- Parameters:
keyName
- The name of the SSH key that is used to access the host.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceType
The EC2 instance type that represents the host.
- Parameters:
instanceType
- The EC2 instance type that represents the host.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceType
The EC2 instance type that represents the host.
- Parameters:
instanceType
- The EC2 instance type that represents the host.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
placementGroupId
The unique ID of the placement group where the host is placed.
- Parameters:
placementGroupId
- The unique ID of the placement group where the host is placed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dedicatedHostId
The unique ID of the Amazon EC2 Dedicated Host.
- Parameters:
dedicatedHostId
- The unique ID of the Amazon EC2 Dedicated Host.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-