Interface ListOnPremisesInstancesResponse.Builder

    • Method Detail

      • instanceNames

        ListOnPremisesInstancesResponse.Builder instanceNames​(Collection<String> instanceNames)

        The list of matching on-premises instance names.

        Parameters:
        instanceNames - The list of matching on-premises instance names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceNames

        ListOnPremisesInstancesResponse.Builder instanceNames​(String... instanceNames)

        The list of matching on-premises instance names.

        Parameters:
        instanceNames - The list of matching on-premises instance names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListOnPremisesInstancesResponse.Builder nextToken​(String nextToken)

        If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.

        Parameters:
        nextToken - If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.