Class ApprovalThresholdPolicy
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<ApprovalThresholdPolicy.Builder,ApprovalThresholdPolicy> 
 A policy type that defines the voting rules for the network. The rules decide if a proposal is approved. Approval may
 be based on criteria such as the percentage of YES votes and the duration of the proposal. The policy
 applies to all proposals and is specified when the network is created.
 
Applies only to Hyperledger Fabric.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerThe duration from the time that a proposal is created until it expires.static Class<? extends ApprovalThresholdPolicy.Builder> final ThresholdComparatorDetermines whether the vote percentage must be greater than theThresholdPercentageor must be greater than or equal to theThreholdPercentageto be approved.final StringDetermines whether the vote percentage must be greater than theThresholdPercentageor must be greater than or equal to theThreholdPercentageto be approved.final IntegerThe percentage of votes among all members that must beYESfor a proposal to be approved.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
thresholdPercentage
The percentage of votes among all members that must be
YESfor a proposal to be approved. For example, aThresholdPercentagevalue of50indicates 50%. TheThresholdComparatordetermines the precise comparison. If aThresholdPercentagevalue of50is specified on a network with 10 members, along with aThresholdComparatorvalue ofGREATER_THAN, this indicates that 6YESvotes are required for the proposal to be approved.- Returns:
 - The percentage of votes among all members that must be 
YESfor a proposal to be approved. For example, aThresholdPercentagevalue of50indicates 50%. TheThresholdComparatordetermines the precise comparison. If aThresholdPercentagevalue of50is specified on a network with 10 members, along with aThresholdComparatorvalue ofGREATER_THAN, this indicates that 6YESvotes are required for the proposal to be approved. 
 - 
proposalDurationInHours
The duration from the time that a proposal is created until it expires. If members cast neither the required number of
YESvotes to approve the proposal nor the number ofNOvotes required to reject it before the duration expires, the proposal isEXPIREDandProposalActionsaren't carried out.- Returns:
 - The duration from the time that a proposal is created until it expires. If members cast neither the
         required number of 
YESvotes to approve the proposal nor the number ofNOvotes required to reject it before the duration expires, the proposal isEXPIREDandProposalActionsaren't carried out. 
 - 
thresholdComparator
Determines whether the vote percentage must be greater than the
ThresholdPercentageor must be greater than or equal to theThreholdPercentageto be approved.If the service returns an enum value that is not available in the current SDK version,
thresholdComparatorwill returnThresholdComparator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromthresholdComparatorAsString().- Returns:
 - Determines whether the vote percentage must be greater than the 
ThresholdPercentageor must be greater than or equal to theThreholdPercentageto be approved. - See Also:
 
 - 
thresholdComparatorAsString
Determines whether the vote percentage must be greater than the
ThresholdPercentageor must be greater than or equal to theThreholdPercentageto be approved.If the service returns an enum value that is not available in the current SDK version,
thresholdComparatorwill returnThresholdComparator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromthresholdComparatorAsString().- Returns:
 - Determines whether the vote percentage must be greater than the 
ThresholdPercentageor must be greater than or equal to theThreholdPercentageto be approved. - See Also:
 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<ApprovalThresholdPolicy.Builder,ApprovalThresholdPolicy> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
public final int hashCode() - 
equals
 - 
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
 equalsBySdkFieldsin interfaceSdkPojo- Parameters:
 obj- the object to be compared with- Returns:
 - true if the other object equals to this object by sdk fields, false otherwise.
 
 - 
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. - 
getValueForField
 - 
sdkFields
 
 -