Network.Builder |
Network.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the network.
|
static Network.Builder |
Network.builder() |
|
Network.Builder |
Network.Builder.creationDate(Instant creationDate) |
The date and time that the network was created.
|
Network.Builder |
Network.Builder.description(String description) |
Attributes of the blockchain framework for the network.
|
Network.Builder |
Network.Builder.framework(String framework) |
The blockchain framework that the network uses.
|
Network.Builder |
Network.Builder.framework(Framework framework) |
The blockchain framework that the network uses.
|
default Network.Builder |
Network.Builder.frameworkAttributes(Consumer<NetworkFrameworkAttributes.Builder> frameworkAttributes) |
Attributes of the blockchain framework that the network uses.
|
Network.Builder |
Network.Builder.frameworkAttributes(NetworkFrameworkAttributes frameworkAttributes) |
Attributes of the blockchain framework that the network uses.
|
Network.Builder |
Network.Builder.frameworkVersion(String frameworkVersion) |
The version of the blockchain framework that the network uses.
|
Network.Builder |
Network.Builder.id(String id) |
The unique identifier of the network.
|
Network.Builder |
Network.Builder.name(String name) |
The name of the network.
|
Network.Builder |
Network.Builder.status(String status) |
The current status of the network.
|
Network.Builder |
Network.Builder.status(NetworkStatus status) |
The current status of the network.
|
Network.Builder |
Network.Builder.tags(Map<String,String> tags) |
Tags assigned to the network.
|
Network.Builder |
Network.toBuilder() |
|
default Network.Builder |
Network.Builder.votingPolicy(Consumer<VotingPolicy.Builder> votingPolicy) |
The voting rules that the network uses to decide if a proposal is accepted.
|
Network.Builder |
Network.Builder.votingPolicy(VotingPolicy votingPolicy) |
The voting rules that the network uses to decide if a proposal is accepted.
|
Network.Builder |
Network.Builder.vpcEndpointServiceName(String vpcEndpointServiceName) |
The VPC endpoint service name of the VPC endpoint service of the network.
|