Interface AllocateHostsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<AllocateHostsResponse.Builder,AllocateHostsResponse>, Ec2Response.Builder, SdkBuilder<AllocateHostsResponse.Builder,AllocateHostsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
AllocateHostsResponse

public static interface AllocateHostsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AllocateHostsResponse.Builder,AllocateHostsResponse>
  • Method Details

    • hostIds

      The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.

      Parameters:
      hostIds - The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hostIds

      The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.

      Parameters:
      hostIds - The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.
      Returns:
      Returns a reference to this object so that method calls can be chained together.