Interface FieldInputConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FieldInputConfig.Builder,,- FieldInputConfig> - SdkBuilder<FieldInputConfig.Builder,,- FieldInputConfig> - SdkPojo
- Enclosing class:
- FieldInputConfig
- 
Method SummaryModifier and TypeMethodDescriptiondefaultChecked(Boolean defaultChecked) Specifies whether a field has a default value.defaultCountryCode(String defaultCountryCode) The default country code for a phone number.defaultValue(String defaultValue) The default value for the field.descriptiveText(String descriptiveText) The text to display to describe the field.default FieldInputConfig.BuilderfileUploaderConfig(Consumer<FileUploaderFieldConfig.Builder> fileUploaderConfig) The configuration for the file uploader field.fileUploaderConfig(FileUploaderFieldConfig fileUploaderConfig) The configuration for the file uploader field.Specifies whether to render the field as an array.The maximum value to display for the field.The minimum value to display for the field.The name of the field.placeholder(String placeholder) The text to display as a placeholder for the field.Specifies a read only field.Specifies a field that requires input.The stepping increment for a numeric value in a field.The input type for the field.The value for the field.default FieldInputConfig.BuildervalueMappings(Consumer<ValueMappings.Builder> valueMappings) The information to use to customize the input fields with data at runtime.valueMappings(ValueMappings valueMappings) The information to use to customize the input fields with data at runtime.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 input type for the field. - Parameters:
- type- The input type for the field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
requiredSpecifies a field that requires input. - Parameters:
- required- Specifies a field that requires input.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
readOnlySpecifies a read only field. - Parameters:
- readOnly- Specifies a read only field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
placeholderThe text to display as a placeholder for the field. - Parameters:
- placeholder- The text to display as a placeholder for the field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
defaultValueThe default value for the field. - Parameters:
- defaultValue- The default value for the field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptiveTextThe text to display to describe the field. - Parameters:
- descriptiveText- The text to display to describe the field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
defaultCheckedSpecifies whether a field has a default value. - Parameters:
- defaultChecked- Specifies whether a field has a default value.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
defaultCountryCodeThe default country code for a phone number. - Parameters:
- defaultCountryCode- The default country code for a phone number.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valueMappingsThe information to use to customize the input fields with data at runtime. - Parameters:
- valueMappings- The information to use to customize the input fields with data at runtime.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valueMappingsThe information to use to customize the input fields with data at runtime. This is a convenience method that creates an instance of theValueMappings.Builderavoiding the need to create one manually viaValueMappings.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalueMappings(ValueMappings).- Parameters:
- valueMappings- a consumer that will call methods on- ValueMappings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nameThe name of the field. - Parameters:
- name- The name of the field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
minValueThe minimum value to display for the field. - Parameters:
- minValue- The minimum value to display for the field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxValueThe maximum value to display for the field. - Parameters:
- maxValue- The maximum value to display for the field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stepThe stepping increment for a numeric value in a field. - Parameters:
- step- The stepping increment for a numeric value in a field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valueThe value for the field. - Parameters:
- value- The value for the field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
isArraySpecifies whether to render the field as an array. This property is ignored if the dataSourceTypefor the form is a Data Store.- Parameters:
- isArray- Specifies whether to render the field as an array. This property is ignored if the- dataSourceTypefor the form is a Data Store.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fileUploaderConfigThe configuration for the file uploader field. - Parameters:
- fileUploaderConfig- The configuration for the file uploader field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fileUploaderConfigdefault FieldInputConfig.Builder fileUploaderConfig(Consumer<FileUploaderFieldConfig.Builder> fileUploaderConfig) The configuration for the file uploader field. This is a convenience method that creates an instance of theFileUploaderFieldConfig.Builderavoiding the need to create one manually viaFileUploaderFieldConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofileUploaderConfig(FileUploaderFieldConfig).- Parameters:
- fileUploaderConfig- a consumer that will call methods on- FileUploaderFieldConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-