Interface DescribeRegistrationFieldValuesResponse.Builder

    • Method Detail

      • registrationArn

        DescribeRegistrationFieldValuesResponse.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

        DescribeRegistrationFieldValuesResponse.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

        DescribeRegistrationFieldValuesResponse.Builder versionNumber​(Long versionNumber)

        The current version of the registration.

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

        DescribeRegistrationFieldValuesResponse.Builder registrationFieldValues​(Collection<RegistrationFieldValueInformation> registrationFieldValues)

        An array of RegistrationFieldValues objects that contain the values for the requested registration.

        Parameters:
        registrationFieldValues - An array of RegistrationFieldValues objects that contain the values for the requested registration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • registrationFieldValues

        DescribeRegistrationFieldValuesResponse.Builder registrationFieldValues​(RegistrationFieldValueInformation... registrationFieldValues)

        An array of RegistrationFieldValues objects that contain the values for the requested registration.

        Parameters:
        registrationFieldValues - An array of RegistrationFieldValues objects that contain the values for the requested registration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeRegistrationFieldValuesResponse.Builder nextToken​(String nextToken)

        The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.

        Parameters:
        nextToken - The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.