Interface FormInputCardInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FormInputCardInput.Builder,
,FormInputCardInput> SdkBuilder<FormInputCardInput.Builder,
,FormInputCardInput> SdkPojo
- Enclosing class:
FormInputCardInput
-
Method Summary
Modifier and TypeMethodDescriptioncomputeMode
(String computeMode) The compute mode of the form input card.computeMode
(InputCardComputeMode computeMode) The compute mode of the form input card.The unique identifier of the form input card.default FormInputCardInput.Builder
metadata
(Consumer<FormInputCardMetadata.Builder> metadata) The metadata that defines the form input card data.metadata
(FormInputCardMetadata metadata) The metadata that defines the form input card data.The title or label of the form input card.The type of the card.The type of the card.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
title
The title or label of the form input card.
- Parameters:
title
- The title or label of the form input card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of the form input card.
- Parameters:
id
- The unique identifier of the form input card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the card.
- Parameters:
type
- The type of the card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the card.
- Parameters:
type
- The type of the card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
metadata
The metadata that defines the form input card data.
- Parameters:
metadata
- The metadata that defines the form input card data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
The metadata that defines the form input card data.
This is a convenience method that creates an instance of theFormInputCardMetadata.Builder
avoiding the need to create one manually viaFormInputCardMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tometadata(FormInputCardMetadata)
.- Parameters:
metadata
- a consumer that will call methods onFormInputCardMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
computeMode
The compute mode of the form input card. This property determines whether individual participants of a data collection session can submit multiple response or one response. A compute mode of
append
shall allow participants to submit the same form multiple times with different values. A compute mode ofreplace
code> shall overwrite the current value for each participant.- Parameters:
computeMode
- The compute mode of the form input card. This property determines whether individual participants of a data collection session can submit multiple response or one response. A compute mode ofappend
shall allow participants to submit the same form multiple times with different values. A compute mode ofreplace
code> shall overwrite the current value for each participant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
computeMode
The compute mode of the form input card. This property determines whether individual participants of a data collection session can submit multiple response or one response. A compute mode of
append
shall allow participants to submit the same form multiple times with different values. A compute mode ofreplace
code> shall overwrite the current value for each participant.- Parameters:
computeMode
- The compute mode of the form input card. This property determines whether individual participants of a data collection session can submit multiple response or one response. A compute mode ofappend
shall allow participants to submit the same form multiple times with different values. A compute mode ofreplace
code> shall overwrite the current value for each participant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-