Interface ListCrossAccountAttachmentsResponse.Builder

    • Method Detail

      • crossAccountAttachments

        ListCrossAccountAttachmentsResponse.Builder crossAccountAttachments​(Collection<Attachment> crossAccountAttachments)

        Information about the cross-account attachments.

        Parameters:
        crossAccountAttachments - Information about the cross-account attachments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • crossAccountAttachments

        ListCrossAccountAttachmentsResponse.Builder crossAccountAttachments​(Attachment... crossAccountAttachments)

        Information about the cross-account attachments.

        Parameters:
        crossAccountAttachments - Information about the cross-account attachments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCrossAccountAttachmentsResponse.Builder nextToken​(String nextToken)

        The token for the next set of results. You receive this token from a previous call.

        Parameters:
        nextToken - The token for the next set of results. You receive this token from a previous call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.