Interface RegistrationFieldValueInformation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RegistrationFieldValueInformation.Builder,,RegistrationFieldValueInformation> SdkBuilder<RegistrationFieldValueInformation.Builder,,RegistrationFieldValueInformation> SdkPojo
- Enclosing class:
RegistrationFieldValueInformation
@Mutable
@NotThreadSafe
public static interface RegistrationFieldValueInformation.Builder
extends SdkPojo, CopyableBuilder<RegistrationFieldValueInformation.Builder,RegistrationFieldValueInformation>
-
Method Summary
Modifier and TypeMethodDescriptiondeniedReason(String deniedReason) A description of why the registration was denied.Feedback provided for this specific field during the registration review process.The path to the registration form field.registrationAttachmentId(String registrationAttachmentId) The unique identifier for the registration attachment.selectChoices(String... selectChoices) An array of values for the form field.selectChoices(Collection<String> selectChoices) An array of values for the form field.The text data for a free form field.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
fieldPath
The path to the registration form field. You can use DescribeRegistrationFieldDefinitions for a list of FieldPaths.
- Parameters:
fieldPath- The path to the registration form field. You can use DescribeRegistrationFieldDefinitions for a list of FieldPaths.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectChoices
An array of values for the form field.
- Parameters:
selectChoices- An array of values for the form field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectChoices
An array of values for the form field.
- Parameters:
selectChoices- An array of values for the form field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textValue
The text data for a free form field.
- Parameters:
textValue- The text data for a free form field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationAttachmentId
The unique identifier for the registration attachment.
- Parameters:
registrationAttachmentId- The unique identifier for the registration attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deniedReason
A description of why the registration was denied.
- Parameters:
deniedReason- A description of why the registration was denied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
feedback
Feedback provided for this specific field during the registration review process. This may include validation errors, suggestions for improvement, or additional requirements.
- Parameters:
feedback- Feedback provided for this specific field during the registration review process. This may include validation errors, suggestions for improvement, or additional requirements.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-