Interface DescribeMacHostsResponse.Builder

    • Method Detail

      • macHosts

        DescribeMacHostsResponse.Builder macHosts​(Collection<MacHost> macHosts)

        Information about the EC2 Mac Dedicated Hosts.

        Parameters:
        macHosts - Information about the EC2 Mac Dedicated Hosts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • macHosts

        DescribeMacHostsResponse.Builder macHosts​(MacHost... macHosts)

        Information about the EC2 Mac Dedicated Hosts.

        Parameters:
        macHosts - Information about the EC2 Mac Dedicated Hosts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeMacHostsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results.

        Parameters:
        nextToken - The token to use to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.