JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.amplifyuibuilder.model

Class FieldInputConfig

    • Constructor Detail

      • FieldInputConfig

        public FieldInputConfig()
    • Method Detail

      • setType

        public void setType(String type)

        The input type for the field.

        Parameters:
        type - The input type for the field.
      • getType

        public String getType()

        The input type for the field.

        Returns:
        The input type for the field.
      • withType

        public FieldInputConfig withType(String type)

        The 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.
      • setRequired

        public void setRequired(Boolean required)

        Specifies a field that requires input.

        Parameters:
        required - Specifies a field that requires input.
      • getRequired

        public Boolean getRequired()

        Specifies a field that requires input.

        Returns:
        Specifies a field that requires input.
      • withRequired

        public FieldInputConfig withRequired(Boolean required)

        Specifies 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.
      • isRequired

        public Boolean isRequired()

        Specifies a field that requires input.

        Returns:
        Specifies a field that requires input.
      • setReadOnly

        public void setReadOnly(Boolean readOnly)

        Specifies a read only field.

        Parameters:
        readOnly - Specifies a read only field.
      • getReadOnly

        public Boolean getReadOnly()

        Specifies a read only field.

        Returns:
        Specifies a read only field.
      • withReadOnly

        public FieldInputConfig withReadOnly(Boolean readOnly)

        Specifies 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.
      • isReadOnly

        public Boolean isReadOnly()

        Specifies a read only field.

        Returns:
        Specifies a read only field.
      • setPlaceholder

        public void setPlaceholder(String placeholder)

        The text to display as a placeholder for the field.

        Parameters:
        placeholder - The text to display as a placeholder for the field.
      • getPlaceholder

        public String getPlaceholder()

        The text to display as a placeholder for the field.

        Returns:
        The text to display as a placeholder for the field.
      • withPlaceholder

        public FieldInputConfig withPlaceholder(String placeholder)

        The 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.
      • setDefaultValue

        public void setDefaultValue(String defaultValue)

        The default value for the field.

        Parameters:
        defaultValue - The default value for the field.
      • getDefaultValue

        public String getDefaultValue()

        The default value for the field.

        Returns:
        The default value for the field.
      • withDefaultValue

        public FieldInputConfig withDefaultValue(String defaultValue)

        The 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.
      • setDescriptiveText

        public void setDescriptiveText(String descriptiveText)

        The text to display to describe the field.

        Parameters:
        descriptiveText - The text to display to describe the field.
      • getDescriptiveText

        public String getDescriptiveText()

        The text to display to describe the field.

        Returns:
        The text to display to describe the field.
      • withDescriptiveText

        public FieldInputConfig withDescriptiveText(String descriptiveText)

        The 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.
      • setDefaultChecked

        public void setDefaultChecked(Boolean defaultChecked)

        Specifies whether a field has a default value.

        Parameters:
        defaultChecked - Specifies whether a field has a default value.
      • getDefaultChecked

        public Boolean getDefaultChecked()

        Specifies whether a field has a default value.

        Returns:
        Specifies whether a field has a default value.
      • withDefaultChecked

        public FieldInputConfig withDefaultChecked(Boolean defaultChecked)

        Specifies 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.
      • isDefaultChecked

        public Boolean isDefaultChecked()

        Specifies whether a field has a default value.

        Returns:
        Specifies whether a field has a default value.
      • setDefaultCountryCode

        public void setDefaultCountryCode(String defaultCountryCode)

        The default country code for a phone number.

        Parameters:
        defaultCountryCode - The default country code for a phone number.
      • getDefaultCountryCode

        public String getDefaultCountryCode()

        The default country code for a phone number.

        Returns:
        The default country code for a phone number.
      • withDefaultCountryCode

        public FieldInputConfig withDefaultCountryCode(String defaultCountryCode)

        The 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.
      • setValueMappings

        public void setValueMappings(ValueMappings valueMappings)

        The 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.
      • getValueMappings

        public ValueMappings getValueMappings()

        The 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.
      • withValueMappings

        public FieldInputConfig withValueMappings(ValueMappings valueMappings)

        The 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.
      • setName

        public void setName(String name)

        The name of the field.

        Parameters:
        name - The name of the field.
      • getName

        public String getName()

        The name of the field.

        Returns:
        The name of the field.
      • withName

        public FieldInputConfig withName(String name)

        The 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.
      • setMinValue

        public void setMinValue(Float minValue)

        The minimum value to display for the field.

        Parameters:
        minValue - The minimum value to display for the field.
      • getMinValue

        public Float getMinValue()

        The minimum value to display for the field.

        Returns:
        The minimum value to display for the field.
      • withMinValue

        public FieldInputConfig withMinValue(Float minValue)

        The 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.
      • setMaxValue

        public void setMaxValue(Float maxValue)

        The maximum value to display for the field.

        Parameters:
        maxValue - The maximum value to display for the field.
      • getMaxValue

        public Float getMaxValue()

        The maximum value to display for the field.

        Returns:
        The maximum value to display for the field.
      • withMaxValue

        public FieldInputConfig withMaxValue(Float maxValue)

        The 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.
      • setStep

        public void setStep(Float step)

        The stepping increment for a numeric value in a field.

        Parameters:
        step - The stepping increment for a numeric value in a field.
      • getStep

        public Float getStep()

        The stepping increment for a numeric value in a field.

        Returns:
        The stepping increment for a numeric value in a field.
      • withStep

        public FieldInputConfig withStep(Float step)

        The 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.
      • setValue

        public void setValue(String value)

        The value for the field.

        Parameters:
        value - The value for the field.
      • getValue

        public String getValue()

        The value for the field.

        Returns:
        The value for the field.
      • withValue

        public FieldInputConfig withValue(String value)

        The 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.
      • setIsArray

        public void setIsArray(Boolean isArray)

        Specifies whether to render the field as an array. This property is ignored if the dataSourceType for the form is a Data Store.

        Parameters:
        isArray - Specifies whether to render the field as an array. This property is ignored if the dataSourceType for the form is a Data Store.
      • getIsArray

        public Boolean getIsArray()

        Specifies whether to render the field as an array. This property is ignored if the dataSourceType for the form is a Data Store.

        Returns:
        Specifies whether to render the field as an array. This property is ignored if the dataSourceType for the form is a Data Store.
      • withIsArray

        public FieldInputConfig withIsArray(Boolean isArray)

        Specifies whether to render the field as an array. This property is ignored if the dataSourceType for the form is a Data Store.

        Parameters:
        isArray - Specifies whether to render the field as an array. This property is ignored if the dataSourceType for the form is a Data Store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isArray

        public Boolean isArray()

        Specifies whether to render the field as an array. This property is ignored if the dataSourceType for the form is a Data Store.

        Returns:
        Specifies whether to render the field as an array. This property is ignored if the dataSourceType for the form is a Data Store.
      • setFileUploaderConfig

        public void setFileUploaderConfig(FileUploaderFieldConfig fileUploaderConfig)

        The configuration for the file uploader field.

        Parameters:
        fileUploaderConfig - The configuration for the file uploader field.
      • getFileUploaderConfig

        public FileUploaderFieldConfig getFileUploaderConfig()

        The configuration for the file uploader field.

        Returns:
        The configuration for the file uploader field.
      • withFileUploaderConfig

        public FieldInputConfig withFileUploaderConfig(FileUploaderFieldConfig fileUploaderConfig)

        The 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.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /