Uses of Interface
software.amazon.awssdk.services.managedblockchain.model.ApprovalThresholdPolicy.Builder
-
Packages that use ApprovalThresholdPolicy.Builder Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of ApprovalThresholdPolicy.Builder in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return ApprovalThresholdPolicy.Builder Modifier and Type Method Description static ApprovalThresholdPolicy.BuilderApprovalThresholdPolicy. builder()ApprovalThresholdPolicy.BuilderApprovalThresholdPolicy.Builder. proposalDurationInHours(Integer proposalDurationInHours)The duration from the time that a proposal is created until it expires.ApprovalThresholdPolicy.BuilderApprovalThresholdPolicy.Builder. thresholdComparator(String thresholdComparator)Determines whether the vote percentage must be greater than theThresholdPercentageor must be greater than or equal to theThresholdPercentageto be approved.ApprovalThresholdPolicy.BuilderApprovalThresholdPolicy.Builder. thresholdComparator(ThresholdComparator thresholdComparator)Determines whether the vote percentage must be greater than theThresholdPercentageor must be greater than or equal to theThresholdPercentageto be approved.ApprovalThresholdPolicy.BuilderApprovalThresholdPolicy.Builder. thresholdPercentage(Integer thresholdPercentage)The percentage of votes among all members that must beYESfor a proposal to be approved.ApprovalThresholdPolicy.BuilderApprovalThresholdPolicy. toBuilder()Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type ApprovalThresholdPolicy.Builder Modifier and Type Method Description static Class<? extends ApprovalThresholdPolicy.Builder>ApprovalThresholdPolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.managedblockchain.model with type arguments of type ApprovalThresholdPolicy.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.
-