Interface PutRegistrationFieldValueResponse.Builder

    • Method Detail

      • registrationArn

        PutRegistrationFieldValueResponse.Builder registrationArn​(String registrationArn)

        The Amazon Resource Name (ARN) for the registration.

        Parameters:
        registrationArn - The Amazon Resource Name (ARN) for the registration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • registrationId

        PutRegistrationFieldValueResponse.Builder registrationId​(String registrationId)

        The unique identifier for the registration.

        Parameters:
        registrationId - The unique identifier for the registration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionNumber

        PutRegistrationFieldValueResponse.Builder versionNumber​(Long versionNumber)

        The version number of the registration.

        Parameters:
        versionNumber - The version number of the registration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • selectChoices

        PutRegistrationFieldValueResponse.Builder selectChoices​(Collection<String> 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

        PutRegistrationFieldValueResponse.Builder selectChoices​(String... 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

        PutRegistrationFieldValueResponse.Builder textValue​(String 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

        PutRegistrationFieldValueResponse.Builder registrationAttachmentId​(String 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.