Interface Network.Builder

    • Method Detail

      • id

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

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

        Network.Builder description​(String description)

        Attributes of the blockchain framework for the network.

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

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

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

        Network.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.
      • frameworkAttributes

        Network.Builder frameworkAttributes​(NetworkFrameworkAttributes frameworkAttributes)

        Attributes of the blockchain framework that the network uses.

        Parameters:
        frameworkAttributes - Attributes of the blockchain framework that the network uses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcEndpointServiceName

        Network.Builder vpcEndpointServiceName​(String vpcEndpointServiceName)

        The VPC endpoint service name of the VPC endpoint service of the network. Members use the VPC endpoint service name to create a VPC endpoint to access network resources.

        Parameters:
        vpcEndpointServiceName - The VPC endpoint service name of the VPC endpoint service of the network. Members use the VPC endpoint service name to create a VPC endpoint to access network resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • votingPolicy

        Network.Builder votingPolicy​(VotingPolicy votingPolicy)

        The voting rules that the network uses to decide if a proposal is accepted.

        Parameters:
        votingPolicy - The voting rules that the network uses to decide if a proposal is accepted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        Network.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
      • status

        Network.Builder status​(NetworkStatus 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

        Network.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.
      • tags

        Network.Builder tags​(Map<String,​String> tags)

        Tags assigned to the network. Each tag consists of a key and optional value.

        For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.

        Parameters:
        tags - Tags assigned to the network. Each tag consists of a key and optional value.

        For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

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