static CreateNetworkRequest.Builder |
CreateNetworkRequest.builder() |
|
CreateNetworkRequest.Builder |
CreateNetworkRequest.Builder.clientRequestToken(String clientRequestToken) |
This is a unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
|
CreateNetworkRequest.Builder |
CreateNetworkRequest.Builder.description(String description) |
An optional description for the network.
|
CreateNetworkRequest.Builder |
CreateNetworkRequest.Builder.framework(String framework) |
The blockchain framework that the network uses.
|
CreateNetworkRequest.Builder |
CreateNetworkRequest.Builder.framework(Framework framework) |
The blockchain framework that the network uses.
|
default CreateNetworkRequest.Builder |
CreateNetworkRequest.Builder.frameworkConfiguration(Consumer<NetworkFrameworkConfiguration.Builder> frameworkConfiguration) |
Configuration properties of the blockchain framework relevant to the network configuration.
|
CreateNetworkRequest.Builder |
CreateNetworkRequest.Builder.frameworkConfiguration(NetworkFrameworkConfiguration frameworkConfiguration) |
Configuration properties of the blockchain framework relevant to the network configuration.
|
CreateNetworkRequest.Builder |
CreateNetworkRequest.Builder.frameworkVersion(String frameworkVersion) |
The version of the blockchain framework that the network uses.
|
default CreateNetworkRequest.Builder |
CreateNetworkRequest.Builder.memberConfiguration(Consumer<MemberConfiguration.Builder> memberConfiguration) |
Configuration properties for the first member within the network.
|
CreateNetworkRequest.Builder |
CreateNetworkRequest.Builder.memberConfiguration(MemberConfiguration memberConfiguration) |
Configuration properties for the first member within the network.
|
CreateNetworkRequest.Builder |
CreateNetworkRequest.Builder.name(String name) |
The name of the network.
|
CreateNetworkRequest.Builder |
CreateNetworkRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateNetworkRequest.Builder |
CreateNetworkRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateNetworkRequest.Builder |
CreateNetworkRequest.Builder.tags(Map<String,String> tags) |
Tags to assign to the network.
|
CreateNetworkRequest.Builder |
CreateNetworkRequest.toBuilder() |
|
default CreateNetworkRequest.Builder |
CreateNetworkRequest.Builder.votingPolicy(Consumer<VotingPolicy.Builder> votingPolicy) |
The voting rules used by the network to determine if a proposal is approved.
|
CreateNetworkRequest.Builder |
CreateNetworkRequest.Builder.votingPolicy(VotingPolicy votingPolicy) |
The voting rules used by the network to determine if a proposal is approved.
|