Interface ListOnPremisesInstancesRequest.Builder

    • Method Detail

      • registrationStatus

        ListOnPremisesInstancesRequest.Builder registrationStatus​(String registrationStatus)

        The registration status of the on-premises instances:

        • Deregistered: Include deregistered on-premises instances in the resulting list.

        • Registered: Include registered on-premises instances in the resulting list.

        Parameters:
        registrationStatus - The registration status of the on-premises instances:

        • Deregistered: Include deregistered on-premises instances in the resulting list.

        • Registered: Include registered on-premises instances in the resulting list.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RegistrationStatus, RegistrationStatus
      • registrationStatus

        ListOnPremisesInstancesRequest.Builder registrationStatus​(RegistrationStatus registrationStatus)

        The registration status of the on-premises instances:

        • Deregistered: Include deregistered on-premises instances in the resulting list.

        • Registered: Include registered on-premises instances in the resulting list.

        Parameters:
        registrationStatus - The registration status of the on-premises instances:

        • Deregistered: Include deregistered on-premises instances in the resulting list.

        • Registered: Include registered on-premises instances in the resulting list.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RegistrationStatus, RegistrationStatus
      • tagFilters

        ListOnPremisesInstancesRequest.Builder tagFilters​(Collection<TagFilter> tagFilters)

        The on-premises instance tags that are used to restrict the on-premises instance names returned.

        Parameters:
        tagFilters - The on-premises instance tags that are used to restrict the on-premises instance names returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagFilters

        ListOnPremisesInstancesRequest.Builder tagFilters​(TagFilter... tagFilters)

        The on-premises instance tags that are used to restrict the on-premises instance names returned.

        Parameters:
        tagFilters - The on-premises instance tags that are used to restrict the on-premises instance names returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListOnPremisesInstancesRequest.Builder nextToken​(String nextToken)

        An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.

        Parameters:
        nextToken - An identifier returned from the previous list on-premises instances call. It can be used 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.