Uses of Interface
software.amazon.awssdk.services.managedblockchain.model.VotingPolicy.Builder
-
Packages that use VotingPolicy.Builder Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of VotingPolicy.Builder in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return VotingPolicy.Builder Modifier and Type Method Description default VotingPolicy.BuilderVotingPolicy.Builder. approvalThresholdPolicy(Consumer<ApprovalThresholdPolicy.Builder> approvalThresholdPolicy)Defines the rules for the network for voting on proposals, such as the percentage ofYESvotes required for the proposal to be approved and the duration of the proposal.VotingPolicy.BuilderVotingPolicy.Builder. approvalThresholdPolicy(ApprovalThresholdPolicy approvalThresholdPolicy)Defines the rules for the network for voting on proposals, such as the percentage ofYESvotes required for the proposal to be approved and the duration of the proposal.static VotingPolicy.BuilderVotingPolicy. builder()VotingPolicy.BuilderVotingPolicy. toBuilder()Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type VotingPolicy.Builder Modifier and Type Method Description static Class<? extends VotingPolicy.Builder>VotingPolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.managedblockchain.model with type arguments of type VotingPolicy.Builder Modifier and Type Method Description default CreateNetworkRequest.BuilderCreateNetworkRequest.Builder. votingPolicy(Consumer<VotingPolicy.Builder> votingPolicy)The voting rules used by the network to determine if a proposal is approved.default Network.BuilderNetwork.Builder. votingPolicy(Consumer<VotingPolicy.Builder> votingPolicy)The voting rules that the network uses to decide if a proposal is accepted.
-