Interface NetworkSummary.Builder

    • Method Detail

      • id

        NetworkSummary.Builder id​(String id)

        The unique identifier of the network.

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

        NetworkSummary.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.
      • description

        NetworkSummary.Builder description​(String description)

        An optional description of the network.

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

        NetworkSummary.Builder framework​(String framework)

        The blockchain framework that the network uses.

        Parameters:
        framework - The blockchain framework that the network uses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Framework, Framework
      • framework

        NetworkSummary.Builder framework​(Framework framework)

        The blockchain framework that the network uses.

        Parameters:
        framework - The blockchain framework that the network uses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Framework, Framework
      • frameworkVersion

        NetworkSummary.Builder frameworkVersion​(String frameworkVersion)

        The version of the blockchain framework that the network uses.

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

        NetworkSummary.Builder status​(String status)

        The current status of the network.

        Parameters:
        status - The current status of the network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NetworkStatus, NetworkStatus
      • creationDate

        NetworkSummary.Builder creationDate​(Instant creationDate)

        The date and time that the network was created.

        Parameters:
        creationDate - The date and time that the network was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        NetworkSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the network. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the network. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
        Returns:
        Returns a reference to this object so that method calls can be chained together.