Interface EmailAddressInsightsVerdict.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EmailAddressInsightsVerdict.Builder,,EmailAddressInsightsVerdict> SdkBuilder<EmailAddressInsightsVerdict.Builder,,EmailAddressInsightsVerdict> SdkPojo
- Enclosing class:
EmailAddressInsightsVerdict
@Mutable
@NotThreadSafe
public static interface EmailAddressInsightsVerdict.Builder
extends SdkPojo, CopyableBuilder<EmailAddressInsightsVerdict.Builder,EmailAddressInsightsVerdict>
-
Method Summary
Modifier and TypeMethodDescriptionconfidenceVerdict(String confidenceVerdict) The confidence level of the validation verdict.confidenceVerdict(EmailAddressInsightsConfidenceVerdict confidenceVerdict) The confidence level of the validation verdict.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
confidenceVerdict
The confidence level of the validation verdict.
- Parameters:
confidenceVerdict- The confidence level of the validation verdict.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
confidenceVerdict
EmailAddressInsightsVerdict.Builder confidenceVerdict(EmailAddressInsightsConfidenceVerdict confidenceVerdict) The confidence level of the validation verdict.
- Parameters:
confidenceVerdict- The confidence level of the validation verdict.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-