Interface ListNetworksRequest.Builder

    • Method Detail

      • name

        ListNetworksRequest.Builder name​(String name)

        The name of the network.

        Parameters:
        name - The name of the network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • framework

        ListNetworksRequest.Builder framework​(String framework)

        An optional framework specifier. If provided, only networks of this framework type are listed.

        Parameters:
        framework - An optional framework specifier. If provided, only networks of this framework type are listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Framework, Framework
      • framework

        ListNetworksRequest.Builder framework​(Framework framework)

        An optional framework specifier. If provided, only networks of this framework type are listed.

        Parameters:
        framework - An optional framework specifier. If provided, only networks of this framework type are listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Framework, Framework
      • status

        ListNetworksRequest.Builder status​(String status)

        An optional status specifier. If provided, only networks currently in this status are listed.

        Applies only to Hyperledger Fabric.

        Parameters:
        status - An optional status specifier. If provided, only networks currently in this status are listed.

        Applies only to Hyperledger Fabric.

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

        ListNetworksRequest.Builder status​(NetworkStatus status)

        An optional status specifier. If provided, only networks currently in this status are listed.

        Applies only to Hyperledger Fabric.

        Parameters:
        status - An optional status specifier. If provided, only networks currently in this status are listed.

        Applies only to Hyperledger Fabric.

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

        ListNetworksRequest.Builder maxResults​(Integer maxResults)

        The maximum number of networks to list.

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

        ListNetworksRequest.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.