Interface FieldValidationConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<FieldValidationConfiguration.Builder,,FieldValidationConfiguration> SdkBuilder<FieldValidationConfiguration.Builder,,FieldValidationConfiguration> SdkPojo
- Enclosing class:
 FieldValidationConfiguration
public static interface FieldValidationConfiguration.Builder
extends SdkPojo, CopyableBuilder<FieldValidationConfiguration.Builder,FieldValidationConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe validation to perform on a number value.numValues(Collection<Integer> numValues) The validation to perform on a number value.The validation to perform on a string value.strValues(Collection<String> strValues) The validation to perform on a string value.The validation to perform on an object type.validationMessage(String validationMessage) The validation message to display.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
- 
type
The validation to perform on an object type.
- Parameters:
 type- The validation to perform on an object type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
strValues
The validation to perform on a string value.
- Parameters:
 strValues- The validation to perform on a string value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
strValues
The validation to perform on a string value.
- Parameters:
 strValues- The validation to perform on a string value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
numValues
The validation to perform on a number value.
- Parameters:
 numValues- The validation to perform on a number value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
numValues
The validation to perform on a number value.
- Parameters:
 numValues- The validation to perform on a number value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
validationMessage
The validation message to display.
- Parameters:
 validationMessage- The validation message to display.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -