Interface ListInstancesResponse.Builder

    • Method Detail

      • instances

        ListInstancesResponse.Builder instances​(Collection<InstanceMetadata> instances)

        Lists the IAM Identity Center instances that the caller has access to.

        Parameters:
        instances - Lists the IAM Identity Center instances that the caller has access to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instances

        ListInstancesResponse.Builder instances​(InstanceMetadata... instances)

        Lists the IAM Identity Center instances that the caller has access to.

        Parameters:
        instances - Lists the IAM Identity Center instances that the caller has access to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListInstancesResponse.Builder nextToken​(String nextToken)

        The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.

        Parameters:
        nextToken - The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
        Returns:
        Returns a reference to this object so that method calls can be chained together.