| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
VotingPolicy.Builder |
VotingPolicy.Builder.approvalThresholdPolicy(ApprovalThresholdPolicy approvalThresholdPolicy)
Defines the rules for the network for voting on proposals, such as the percentage of
YES votes
required for the proposal to be approved and the duration of the proposal. |
default VotingPolicy.Builder |
VotingPolicy.Builder.approvalThresholdPolicy(Consumer<ApprovalThresholdPolicy.Builder> approvalThresholdPolicy)
Defines the rules for the network for voting on proposals, such as the percentage of
YES votes
required for the proposal to be approved and the duration of the proposal. |
static VotingPolicy.Builder |
VotingPolicy.builder() |
VotingPolicy.Builder |
VotingPolicy.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VotingPolicy.Builder> |
VotingPolicy.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateNetworkRequest.Builder |
CreateNetworkRequest.Builder.votingPolicy(Consumer<VotingPolicy.Builder> votingPolicy)
The voting rules used by the network to determine if a proposal is approved.
|
default Network.Builder |
Network.Builder.votingPolicy(Consumer<VotingPolicy.Builder> votingPolicy)
The voting rules that the network uses to decide if a proposal is accepted.
|
Copyright © 2023. All rights reserved.