Interface DescribeRegistrationAttachmentsResponse.Builder

    • Method Detail

      • registrationAttachments

        DescribeRegistrationAttachmentsResponse.Builder registrationAttachments​(Collection<RegistrationAttachmentsInformation> registrationAttachments)

        An array of RegistrationAttachments objects that contain the details for the requested registration attachments.

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

        DescribeRegistrationAttachmentsResponse.Builder registrationAttachments​(RegistrationAttachmentsInformation... registrationAttachments)

        An array of RegistrationAttachments objects that contain the details for the requested registration attachments.

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

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