Interface DescribeSourceServersRequestFilters.Builder

    • Method Detail

      • hardwareId

        DescribeSourceServersRequestFilters.Builder hardwareId​(String hardwareId)

        An ID that describes the hardware of the Source Server. This is either an EC2 instance id, a VMware uuid or a mac address.

        Parameters:
        hardwareId - An ID that describes the hardware of the Source Server. This is either an EC2 instance id, a VMware uuid or a mac address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceServerIDs

        DescribeSourceServersRequestFilters.Builder sourceServerIDs​(Collection<String> sourceServerIDs)

        An array of Source Servers IDs that should be returned. An empty array means all Source Servers.

        Parameters:
        sourceServerIDs - An array of Source Servers IDs that should be returned. An empty array means all Source Servers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceServerIDs

        DescribeSourceServersRequestFilters.Builder sourceServerIDs​(String... sourceServerIDs)

        An array of Source Servers IDs that should be returned. An empty array means all Source Servers.

        Parameters:
        sourceServerIDs - An array of Source Servers IDs that should be returned. An empty array means all Source Servers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stagingAccountIDs

        DescribeSourceServersRequestFilters.Builder stagingAccountIDs​(Collection<String> stagingAccountIDs)

        An array of staging account IDs that extended source servers belong to. An empty array means all source servers will be shown.

        Parameters:
        stagingAccountIDs - An array of staging account IDs that extended source servers belong to. An empty array means all source servers will be shown.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stagingAccountIDs

        DescribeSourceServersRequestFilters.Builder stagingAccountIDs​(String... stagingAccountIDs)

        An array of staging account IDs that extended source servers belong to. An empty array means all source servers will be shown.

        Parameters:
        stagingAccountIDs - An array of staging account IDs that extended source servers belong to. An empty array means all source servers will be shown.
        Returns:
        Returns a reference to this object so that method calls can be chained together.