Interface NetworkSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<NetworkSummary.Builder,NetworkSummary>, SdkBuilder<NetworkSummary.Builder,NetworkSummary>, SdkPojo
Enclosing class:
NetworkSummary

public static interface NetworkSummary.Builder extends SdkPojo, CopyableBuilder<NetworkSummary.Builder,NetworkSummary>
  • Method Details

    • 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

      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

      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:
    • 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

      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:
    • 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:
    • 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

      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.