Interface ListAccessorsRequest.Builder

    • Method Detail

      • maxResults

        ListAccessorsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of accessors to list.

        Parameters:
        maxResults - The maximum number of accessors to list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAccessorsRequest.Builder nextToken​(String nextToken)

        The pagination token that indicates the next set of results to retrieve.

        Parameters:
        nextToken - The pagination token that indicates the next set of results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkType

        ListAccessorsRequest.Builder networkType​(String networkType)

        The blockchain network that the Accessor token is created for.

        Use the value ETHEREUM_MAINNET_AND_GOERLI for all existing Accessors tokens that were created before the networkType property was introduced.

        Parameters:
        networkType - The blockchain network that the Accessor token is created for.

        Use the value ETHEREUM_MAINNET_AND_GOERLI for all existing Accessors tokens that were created before the networkType property was introduced.

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

        ListAccessorsRequest.Builder networkType​(AccessorNetworkType networkType)

        The blockchain network that the Accessor token is created for.

        Use the value ETHEREUM_MAINNET_AND_GOERLI for all existing Accessors tokens that were created before the networkType property was introduced.

        Parameters:
        networkType - The blockchain network that the Accessor token is created for.

        Use the value ETHEREUM_MAINNET_AND_GOERLI for all existing Accessors tokens that were created before the networkType property was introduced.

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