Interface FieldValidationConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FieldValidationConfiguration.Builder,,- FieldValidationConfiguration> - SdkBuilder<FieldValidationConfiguration.Builder,,- FieldValidationConfiguration> - SdkPojo
- Enclosing class:
- FieldValidationConfiguration
@Mutable
@NotThreadSafe
public static interface FieldValidationConfiguration.Builder
extends SdkPojo, CopyableBuilder<FieldValidationConfiguration.Builder,FieldValidationConfiguration> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
typeThe 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.
 
- 
strValuesThe 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.
 
- 
strValuesThe 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.
 
- 
numValuesThe 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.
 
- 
numValuesThe 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.
 
- 
validationMessageThe 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.
 
 
-