Class FieldInputConfig
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<FieldInputConfig.Builder,- FieldInputConfig> 
Describes the configuration for the default input values to display for a field.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic FieldInputConfig.Builderbuilder()final BooleanSpecifies whether a field has a default value.final StringThe default country code for a phone number.final StringThe default value for the field.final StringThe text to display to describe the field.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final FileUploaderFieldConfigThe configuration for the file uploader field.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanisArray()Specifies whether to render the field as an array.final FloatmaxValue()The maximum value to display for the field.final FloatminValue()The minimum value to display for the field.final Stringname()The name of the field.final StringThe text to display as a placeholder for the field.final BooleanreadOnly()Specifies a read only field.final Booleanrequired()Specifies a field that requires input.static Class<? extends FieldInputConfig.Builder> final Floatstep()The stepping increment for a numeric value in a field.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.final Stringtype()The input type for the field.final Stringvalue()The value for the field.final ValueMappingsThe information to use to customize the input fields with data at runtime.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
type
- 
requiredSpecifies a field that requires input. - Returns:
- Specifies a field that requires input.
 
- 
readOnly
- 
placeholderThe text to display as a placeholder for the field. - Returns:
- The text to display as a placeholder for the field.
 
- 
defaultValueThe default value for the field. - Returns:
- The default value for the field.
 
- 
descriptiveTextThe text to display to describe the field. - Returns:
- The text to display to describe the field.
 
- 
defaultCheckedSpecifies whether a field has a default value. - Returns:
- Specifies whether a field has a default value.
 
- 
defaultCountryCodeThe default country code for a phone number. - Returns:
- The default country code for a phone number.
 
- 
valueMappingsThe information to use to customize the input fields with data at runtime. - Returns:
- The information to use to customize the input fields with data at runtime.
 
- 
name
- 
minValueThe minimum value to display for the field. - Returns:
- The minimum value to display for the field.
 
- 
maxValueThe maximum value to display for the field. - Returns:
- The maximum value to display for the field.
 
- 
stepThe stepping increment for a numeric value in a field. - Returns:
- The stepping increment for a numeric value in a field.
 
- 
value
- 
isArraySpecifies whether to render the field as an array. This property is ignored if the dataSourceTypefor the form is a Data Store.- Returns:
- Specifies whether to render the field as an array. This property is ignored if the
         dataSourceTypefor the form is a Data Store.
 
- 
fileUploaderConfigThe configuration for the file uploader field. - Returns:
- The configuration for the file uploader field.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<FieldInputConfig.Builder,- FieldInputConfig> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription 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 interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-